public static interface UpdateStackResponse.Builder extends AppStreamResponse.Builder, CopyableBuilder<UpdateStackResponse.Builder,UpdateStackResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateStackResponse.Builder |
stack(Consumer<Stack.Builder> stack)
Information about the stack.
|
UpdateStackResponse.Builder |
stack(Stack stack)
Information about the stack.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdateStackResponse.Builder stack(Stack stack)
Information about the stack.
stack - Information about the stack.default UpdateStackResponse.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.