public static interface UpdateStackResponse.Builder extends AppStreamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method 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 © 2023. All rights reserved.