public static interface CreateStackResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<CreateStackResponse.Builder,CreateStackResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateStackResponse.Builder |
stack(Consumer<Stack.Builder> stack)
Information about the stack.
|
CreateStackResponse.Builder |
stack(Stack stack)
Information about the stack.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCreateStackResponse.Builder stack(Stack stack)
Information about the stack.
stack - Information about the stack.default CreateStackResponse.Builder stack(Consumer<Stack.Builder> stack)
Information about the stack.
This is a convenience that creates an instance of theStack.Builder avoiding the need to create one
manually via Stack.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to stack(Stack).stack - a consumer that will call methods on Stack.Builderstack(Stack)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.