CopyableBuilder<CreateStackResponse.Builder,CreateStackResponse>
, SdkBuilder<CreateStackResponse.Builder,CreateStackResponse>
public static interface CreateStackResponse.Builder extends CopyableBuilder<CreateStackResponse.Builder,CreateStackResponse>
Modifier and Type | Method | 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 . |
copy
apply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.