Interface CreateCloudFormationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateCloudFormationSummary.Builder,CreateCloudFormationSummary>,SdkBuilder<CreateCloudFormationSummary.Builder,CreateCloudFormationSummary>,SdkPojo
- Enclosing class:
- CreateCloudFormationSummary
public static interface CreateCloudFormationSummary.Builder extends SdkPojo, CopyableBuilder<CreateCloudFormationSummary.Builder,CreateCloudFormationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateCloudFormationSummary.BuilderstepInput(Consumer<CreateCloudFormationStepInput.Builder> stepInput)The step input of the CloudFormation summary.CreateCloudFormationSummary.BuilderstepInput(CreateCloudFormationStepInput stepInput)The step input of the CloudFormation summary.default CreateCloudFormationSummary.BuilderstepOutput(Consumer<CreateCloudFormationStepOutput.Builder> stepOutput)The step output of the CloudFormation summary.CreateCloudFormationSummary.BuilderstepOutput(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 Detail
-
stepInput
CreateCloudFormationSummary.Builder stepInput(CreateCloudFormationStepInput 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.Builderavoiding the need to create one manually viaCreateCloudFormationStepInput.builder().When the
Consumercompletes,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:
stepInput(CreateCloudFormationStepInput)
-
stepOutput
CreateCloudFormationSummary.Builder stepOutput(CreateCloudFormationStepOutput 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.Builderavoiding the need to create one manually viaCreateCloudFormationStepOutput.builder().When the
Consumercompletes,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:
stepOutput(CreateCloudFormationStepOutput)
-
-