public static interface CreateStackResponse.Builder extends AppStreamResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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.