Interface ClusterAutoPatchConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ClusterAutoPatchConfig.Builder,,ClusterAutoPatchConfig> SdkBuilder<ClusterAutoPatchConfig.Builder,,ClusterAutoPatchConfig> SdkPojo
- Enclosing class:
ClusterAutoPatchConfig
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterAutoPatchConfig.BuilderdeploymentConfig(Consumer<DeploymentConfiguration.Builder> deploymentConfig) The deployment configuration for rolling patch updates, including rollback settings and batch sizes.deploymentConfig(DeploymentConfiguration deploymentConfig) The deployment configuration for rolling patch updates, including rollback settings and batch sizes.patchingStrategy(String patchingStrategy) The strategy for applying patches to instances in the group.patchingStrategy(ClusterPatchingStrategy patchingStrategy) The strategy for applying patches to instances in the group.default ClusterAutoPatchConfig.BuilderpatchSchedule(Consumer<ClusterPatchSchedule.Builder> patchSchedule) The schedule for automatic patching, including the next patch date.patchSchedule(ClusterPatchSchedule patchSchedule) The schedule for automatic patching, including the next patch date.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
-
patchingStrategy
The strategy for applying patches to instances in the group.
- Parameters:
patchingStrategy- The strategy for applying patches to instances in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
patchingStrategy
The strategy for applying patches to instances in the group.
- Parameters:
patchingStrategy- The strategy for applying patches to instances in the group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
patchSchedule
The schedule for automatic patching, including the next patch date.
- Parameters:
patchSchedule- The schedule for automatic patching, including the next patch date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchSchedule
default ClusterAutoPatchConfig.Builder patchSchedule(Consumer<ClusterPatchSchedule.Builder> patchSchedule) The schedule for automatic patching, including the next patch date.
This is a convenience method that creates an instance of theClusterPatchSchedule.Builderavoiding the need to create one manually viaClusterPatchSchedule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topatchSchedule(ClusterPatchSchedule).- Parameters:
patchSchedule- a consumer that will call methods onClusterPatchSchedule.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deploymentConfig
The deployment configuration for rolling patch updates, including rollback settings and batch sizes. Only applicable when using a rolling patching strategy.
- Parameters:
deploymentConfig- The deployment configuration for rolling patch updates, including rollback settings and batch sizes. Only applicable when using a rolling patching strategy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentConfig
default ClusterAutoPatchConfig.Builder deploymentConfig(Consumer<DeploymentConfiguration.Builder> deploymentConfig) The deployment configuration for rolling patch updates, including rollback settings and batch sizes. Only applicable when using a rolling patching strategy.
This is a convenience method that creates an instance of theDeploymentConfiguration.Builderavoiding the need to create one manually viaDeploymentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentConfig(DeploymentConfiguration).- Parameters:
deploymentConfig- a consumer that will call methods onDeploymentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-