Interface DeleteCloudFormationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteCloudFormationSummary.Builder,DeleteCloudFormationSummary>,SdkBuilder<DeleteCloudFormationSummary.Builder,DeleteCloudFormationSummary>,SdkPojo
- Enclosing class:
- DeleteCloudFormationSummary
public static interface DeleteCloudFormationSummary.Builder extends SdkPojo, CopyableBuilder<DeleteCloudFormationSummary.Builder,DeleteCloudFormationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteCloudFormationSummary.BuilderstepInput(Consumer<DeleteCloudFormationStepInput.Builder> stepInput)The step input of the deleted CloudFormation summary.DeleteCloudFormationSummary.BuilderstepInput(DeleteCloudFormationStepInput stepInput)The step input of the deleted CloudFormation summary.default DeleteCloudFormationSummary.BuilderstepOutput(Consumer<DeleteCloudFormationStepOutput.Builder> stepOutput)The step output of the deleted CloudFormation summary.DeleteCloudFormationSummary.BuilderstepOutput(DeleteCloudFormationStepOutput stepOutput)The step output of the deleted CloudFormation summary.-
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
-
stepInput
DeleteCloudFormationSummary.Builder stepInput(DeleteCloudFormationStepInput stepInput)
The step input of the deleted CloudFormation summary.
- Parameters:
stepInput- The step input of the deleted CloudFormation summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
default DeleteCloudFormationSummary.Builder stepInput(Consumer<DeleteCloudFormationStepInput.Builder> stepInput)
The step input of the deleted CloudFormation summary.
This is a convenience method that creates an instance of theDeleteCloudFormationStepInput.Builderavoiding the need to create one manually viaDeleteCloudFormationStepInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepInput(DeleteCloudFormationStepInput).- Parameters:
stepInput- a consumer that will call methods onDeleteCloudFormationStepInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepInput(DeleteCloudFormationStepInput)
-
stepOutput
DeleteCloudFormationSummary.Builder stepOutput(DeleteCloudFormationStepOutput stepOutput)
The step output of the deleted CloudFormation summary.
- Parameters:
stepOutput- The step output of the deleted CloudFormation summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
default DeleteCloudFormationSummary.Builder stepOutput(Consumer<DeleteCloudFormationStepOutput.Builder> stepOutput)
The step output of the deleted CloudFormation summary.
This is a convenience method that creates an instance of theDeleteCloudFormationStepOutput.Builderavoiding the need to create one manually viaDeleteCloudFormationStepOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepOutput(DeleteCloudFormationStepOutput).- Parameters:
stepOutput- a consumer that will call methods onDeleteCloudFormationStepOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
stepOutput(DeleteCloudFormationStepOutput)
-
-