Interface CfnStackDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CfnStackDetail.Builder,
,CfnStackDetail> SdkBuilder<CfnStackDetail.Builder,
,CfnStackDetail> SdkPojo
- Enclosing class:
CfnStackDetail
@Mutable
@NotThreadSafe
public static interface CfnStackDetail.Builder
extends SdkPojo, CopyableBuilder<CfnStackDetail.Builder,CfnStackDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the CloudFormation stack.The name of the CloudFormation stack.statusMessage
(String statusMessage) A human-readable message about the stack's current status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the CloudFormation stack.
- Parameters:
name
- The name of the CloudFormation stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the CloudFormation stack.
- Parameters:
id
- The unique identifier of the CloudFormation stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusMessage
A human-readable message about the stack's current status.
- Parameters:
statusMessage
- A human-readable message about the stack's current status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-