Interface DeploymentProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentProperties.Builder,DeploymentProperties>,SdkBuilder<DeploymentProperties.Builder,DeploymentProperties>,SdkPojo
- Enclosing class:
- DeploymentProperties
public static interface DeploymentProperties.Builder extends SdkPojo, CopyableBuilder<DeploymentProperties.Builder,DeploymentProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeploymentProperties.BuilderendTimeoutMinutes(Integer endTimeoutMinutes)The end timeout of the environment blueprint deployment.DeploymentProperties.BuilderstartTimeoutMinutes(Integer startTimeoutMinutes)The start timeout of the environment blueprint deployment.-
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, sdkFields
-
-
-
-
Method Detail
-
endTimeoutMinutes
DeploymentProperties.Builder endTimeoutMinutes(Integer endTimeoutMinutes)
The end timeout of the environment blueprint deployment.
- Parameters:
endTimeoutMinutes- The end timeout of the environment blueprint deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTimeoutMinutes
DeploymentProperties.Builder startTimeoutMinutes(Integer startTimeoutMinutes)
The start timeout of the environment blueprint deployment.
- Parameters:
startTimeoutMinutes- The start timeout of the environment blueprint deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-