Interface CloudFormationStepSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudFormationStepSummary.Builder,CloudFormationStepSummary>,SdkBuilder<CloudFormationStepSummary.Builder,CloudFormationStepSummary>,SdkPojo
- Enclosing class:
- CloudFormationStepSummary
public static interface CloudFormationStepSummary.Builder extends SdkPojo, CopyableBuilder<CloudFormationStepSummary.Builder,CloudFormationStepSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CloudFormationStepSummary.BuildercreateCloudformation(Consumer<CreateCloudFormationSummary.Builder> createCloudformation)Creates the CloudFormation summary of the step.CloudFormationStepSummary.BuildercreateCloudformation(CreateCloudFormationSummary createCloudformation)Creates the CloudFormation summary of the step.default CloudFormationStepSummary.BuilderdeleteCloudformation(Consumer<DeleteCloudFormationSummary.Builder> deleteCloudformation)Deletes the CloudFormation summary of the CloudFormation step summary.CloudFormationStepSummary.BuilderdeleteCloudformation(DeleteCloudFormationSummary deleteCloudformation)Deletes the CloudFormation summary of the CloudFormation step 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
-
createCloudformation
CloudFormationStepSummary.Builder createCloudformation(CreateCloudFormationSummary createCloudformation)
Creates the CloudFormation summary of the step.
- Parameters:
createCloudformation- Creates the CloudFormation summary of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createCloudformation
default CloudFormationStepSummary.Builder createCloudformation(Consumer<CreateCloudFormationSummary.Builder> createCloudformation)
Creates the CloudFormation summary of the step.
This is a convenience method that creates an instance of theCreateCloudFormationSummary.Builderavoiding the need to create one manually viaCreateCloudFormationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocreateCloudformation(CreateCloudFormationSummary).- Parameters:
createCloudformation- a consumer that will call methods onCreateCloudFormationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
createCloudformation(CreateCloudFormationSummary)
-
deleteCloudformation
CloudFormationStepSummary.Builder deleteCloudformation(DeleteCloudFormationSummary deleteCloudformation)
Deletes the CloudFormation summary of the CloudFormation step summary.
- Parameters:
deleteCloudformation- Deletes the CloudFormation summary of the CloudFormation step summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteCloudformation
default CloudFormationStepSummary.Builder deleteCloudformation(Consumer<DeleteCloudFormationSummary.Builder> deleteCloudformation)
Deletes the CloudFormation summary of the CloudFormation step summary.
This is a convenience method that creates an instance of theDeleteCloudFormationSummary.Builderavoiding the need to create one manually viaDeleteCloudFormationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeleteCloudformation(DeleteCloudFormationSummary).- Parameters:
deleteCloudformation- a consumer that will call methods onDeleteCloudFormationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deleteCloudformation(DeleteCloudFormationSummary)
-
-