Interface DeploymentStrategyOptionsStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentStrategyOptionsStatus.Builder,,DeploymentStrategyOptionsStatus> SdkBuilder<DeploymentStrategyOptionsStatus.Builder,,DeploymentStrategyOptionsStatus> SdkPojo
- Enclosing class:
DeploymentStrategyOptionsStatus
@Mutable
@NotThreadSafe
public static interface DeploymentStrategyOptionsStatus.Builder
extends SdkPojo, CopyableBuilder<DeploymentStrategyOptionsStatus.Builder,DeploymentStrategyOptionsStatus>
-
Method Summary
Modifier and TypeMethodDescriptionoptions(Consumer<DeploymentStrategyOptions.Builder> options) Deployment strategy options for the domain.options(DeploymentStrategyOptions options) Deployment strategy options for the domain.status(Consumer<OptionStatus.Builder> status) The current status of the deployment strategy options for the domain.status(OptionStatus status) The current status of the deployment strategy options for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
options
Deployment strategy options for the domain.
- Parameters:
options- Deployment strategy options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
default DeploymentStrategyOptionsStatus.Builder options(Consumer<DeploymentStrategyOptions.Builder> options) Deployment strategy options for the domain.
This is a convenience method that creates an instance of theDeploymentStrategyOptions.Builderavoiding the need to create one manually viaDeploymentStrategyOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(DeploymentStrategyOptions).- Parameters:
options- a consumer that will call methods onDeploymentStrategyOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the deployment strategy options for the domain.
- Parameters:
status- The current status of the deployment strategy options for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the deployment strategy options for the domain.
This is a convenience method that creates an instance of theOptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-