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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCloudFormationStepOutput.Builderexports(Map<String,String> exports)The exports of the CloudFormation step output.CreateCloudFormationStepOutput.BuilderstackId(String stackId)The stack ID of the CloudFormation step output.-
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 Detail
-
stackId
CreateCloudFormationStepOutput.Builder stackId(String 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
CreateCloudFormationStepOutput.Builder exports(Map<String,String> 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.
-
-