Interface DeleteCloudFormationStepInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteCloudFormationStepInput.Builder,
,DeleteCloudFormationStepInput> SdkBuilder<DeleteCloudFormationStepInput.Builder,
,DeleteCloudFormationStepInput> SdkPojo
- Enclosing class:
DeleteCloudFormationStepInput
@Mutable
@NotThreadSafe
public static interface DeleteCloudFormationStepInput.Builder
extends SdkPojo, CopyableBuilder<DeleteCloudFormationStepInput.Builder,DeleteCloudFormationStepInput>
-
Method Summary
Modifier and TypeMethodDescriptionThe stack ID of the deleted CloudFormation step input.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
-
stackId
The stack ID of the deleted CloudFormation step input.
- Parameters:
stackId
- The stack ID of the deleted CloudFormation step input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-