Interface DeleteCloudFormationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteCloudFormationSummary.Builder,
,DeleteCloudFormationSummary> SdkBuilder<DeleteCloudFormationSummary.Builder,
,DeleteCloudFormationSummary> SdkPojo
- Enclosing class:
DeleteCloudFormationSummary
@Mutable
@NotThreadSafe
public static interface DeleteCloudFormationSummary.Builder
extends SdkPojo, CopyableBuilder<DeleteCloudFormationSummary.Builder,DeleteCloudFormationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionstepInput
(Consumer<DeleteCloudFormationStepInput.Builder> stepInput) The step input of the deleted CloudFormation summary.stepInput
(DeleteCloudFormationStepInput stepInput) The step input of the deleted CloudFormation summary.stepOutput
(Consumer<DeleteCloudFormationStepOutput.Builder> stepOutput) The step output of the deleted CloudFormation summary.stepOutput
(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 Details
-
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.Builder
avoiding the need to create one manually viaDeleteCloudFormationStepInput.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaDeleteCloudFormationStepOutput.builder()
.When the
Consumer
completes,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:
-