Interface CreateCloudFormationStepOutput.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CreateCloudFormationStepOutput.Builder,,CreateCloudFormationStepOutput> SdkBuilder<CreateCloudFormationStepOutput.Builder,,CreateCloudFormationStepOutput> SdkPojo
- Enclosing class:
 CreateCloudFormationStepOutput
public static interface CreateCloudFormationStepOutput.Builder
extends SdkPojo, CopyableBuilder<CreateCloudFormationStepOutput.Builder,CreateCloudFormationStepOutput> 
- 
Method Summary
Modifier 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.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
stackId
The 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.
 
 - 
exports
The 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.
 
 
 -