public static interface CreateStackResponse.Builder extends OpsWorksResponse.Builder, SdkPojo, CopyableBuilder<CreateStackResponse.Builder,CreateStackResponse>
Modifier and Type | Method and Description |
---|---|
CreateStackResponse.Builder |
stackId(String stackId)
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
DescribeStacks . |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateStackResponse.Builder stackId(String stackId)
The stack ID, which is an opaque string that you use to identify the stack when performing actions such as
DescribeStacks
.
stackId
- The stack ID, which is an opaque string that you use to identify the stack when performing actions
such as DescribeStacks
.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.