Interface CloudFormationStepSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CloudFormationStepSummary.Builder,
,CloudFormationStepSummary> SdkBuilder<CloudFormationStepSummary.Builder,
,CloudFormationStepSummary> SdkPojo
- Enclosing class:
CloudFormationStepSummary
@Mutable
@NotThreadSafe
public static interface CloudFormationStepSummary.Builder
extends SdkPojo, CopyableBuilder<CloudFormationStepSummary.Builder,CloudFormationStepSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreateCloudformation
(Consumer<CreateCloudFormationSummary.Builder> createCloudformation) Creates the CloudFormation summary of the step.createCloudformation
(CreateCloudFormationSummary createCloudformation) Creates the CloudFormation summary of the step.deleteCloudformation
(Consumer<DeleteCloudFormationSummary.Builder> deleteCloudformation) Deletes the CloudFormation summary of the CloudFormation step summary.deleteCloudformation
(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 Details
-
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.Builder
avoiding the need to create one manually viaCreateCloudFormationSummary.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaDeleteCloudFormationSummary.builder()
.When the
Consumer
completes,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:
-