Interface CreateCloudFormationStepOutput.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CreateCloudFormationStepOutput.Builder,,- CreateCloudFormationStepOutput> - SdkBuilder<CreateCloudFormationStepOutput.Builder,,- CreateCloudFormationStepOutput> - SdkPojo
- Enclosing class:
- CreateCloudFormationStepOutput
@Mutable
@NotThreadSafe
public static interface CreateCloudFormationStepOutput.Builder
extends SdkPojo, CopyableBuilder<CreateCloudFormationStepOutput.Builder,CreateCloudFormationStepOutput> 
- 
Method SummaryModifier and TypeMethodDescriptionThe exports of the CloudFormation step output.The stack ID of the CloudFormation step output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
stackIdThe stack ID of the CloudFormation step output. - Parameters:
- stackId- The stack ID of the CloudFormation step output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportsThe exports of the CloudFormation step output. - Parameters:
- exports- The exports of the CloudFormation step output.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-