Interface CreateCloudFormationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateCloudFormationSummary.Builder,
,CreateCloudFormationSummary> SdkBuilder<CreateCloudFormationSummary.Builder,
,CreateCloudFormationSummary> SdkPojo
- Enclosing class:
CreateCloudFormationSummary
@Mutable
@NotThreadSafe
public static interface CreateCloudFormationSummary.Builder
extends SdkPojo, CopyableBuilder<CreateCloudFormationSummary.Builder,CreateCloudFormationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionstepInput
(Consumer<CreateCloudFormationStepInput.Builder> stepInput) The step input of the CloudFormation summary.stepInput
(CreateCloudFormationStepInput stepInput) The step input of the CloudFormation summary.stepOutput
(Consumer<CreateCloudFormationStepOutput.Builder> stepOutput) The step output of the CloudFormation summary.stepOutput
(CreateCloudFormationStepOutput stepOutput) The step output of the 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 CloudFormation summary.
- Parameters:
stepInput
- The step input of the CloudFormation summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepInput
default CreateCloudFormationSummary.Builder stepInput(Consumer<CreateCloudFormationStepInput.Builder> stepInput) The step input of the CloudFormation summary.
This is a convenience method that creates an instance of theCreateCloudFormationStepInput.Builder
avoiding the need to create one manually viaCreateCloudFormationStepInput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepInput(CreateCloudFormationStepInput)
.- Parameters:
stepInput
- a consumer that will call methods onCreateCloudFormationStepInput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepOutput
The step output of the CloudFormation summary.
- Parameters:
stepOutput
- The step output of the CloudFormation summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepOutput
default CreateCloudFormationSummary.Builder stepOutput(Consumer<CreateCloudFormationStepOutput.Builder> stepOutput) The step output of the CloudFormation summary.
This is a convenience method that creates an instance of theCreateCloudFormationStepOutput.Builder
avoiding the need to create one manually viaCreateCloudFormationStepOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostepOutput(CreateCloudFormationStepOutput)
.- Parameters:
stepOutput
- a consumer that will call methods onCreateCloudFormationStepOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-