Interface ClusterPendingUpdates.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ClusterPendingUpdates.Builder,
,ClusterPendingUpdates> SdkBuilder<ClusterPendingUpdates.Builder,
,ClusterPendingUpdates> SdkPojo
- Enclosing class:
ClusterPendingUpdates
-
Method Summary
Modifier and TypeMethodDescriptiondefault ClusterPendingUpdates.Builder
acLs
(Consumer<ACLsUpdateStatus.Builder> acLs) A list of ACLs associated with the cluster that are being updatedacLs
(ACLsUpdateStatus acLs) A list of ACLs associated with the cluster that are being updateddefault ClusterPendingUpdates.Builder
resharding
(Consumer<ReshardingStatus.Builder> resharding) The status of an online resharding operation.resharding
(ReshardingStatus resharding) The status of an online resharding operation.serviceUpdates
(Collection<PendingModifiedServiceUpdate> serviceUpdates) A list of service updates being applied to the clusterserviceUpdates
(Consumer<PendingModifiedServiceUpdate.Builder>... serviceUpdates) A list of service updates being applied to the clusterserviceUpdates
(PendingModifiedServiceUpdate... serviceUpdates) A list of service updates being applied to the clusterMethods 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
-
resharding
The status of an online resharding operation.
- Parameters:
resharding
- The status of an online resharding operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resharding
The status of an online resharding operation.
This is a convenience method that creates an instance of theReshardingStatus.Builder
avoiding the need to create one manually viaReshardingStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toresharding(ReshardingStatus)
.- Parameters:
resharding
- a consumer that will call methods onReshardingStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
acLs
A list of ACLs associated with the cluster that are being updated
- Parameters:
acLs
- A list of ACLs associated with the cluster that are being updated- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acLs
A list of ACLs associated with the cluster that are being updated
This is a convenience method that creates an instance of theACLsUpdateStatus.Builder
avoiding the need to create one manually viaACLsUpdateStatus.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toacLs(ACLsUpdateStatus)
.- Parameters:
acLs
- a consumer that will call methods onACLsUpdateStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceUpdates
ClusterPendingUpdates.Builder serviceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates) A list of service updates being applied to the cluster
- Parameters:
serviceUpdates
- A list of service updates being applied to the cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdates
A list of service updates being applied to the cluster
- Parameters:
serviceUpdates
- A list of service updates being applied to the cluster- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceUpdates
ClusterPendingUpdates.Builder serviceUpdates(Consumer<PendingModifiedServiceUpdate.Builder>... serviceUpdates) A list of service updates being applied to the cluster
This is a convenience method that creates an instance of thePendingModifiedServiceUpdate.Builder
avoiding the need to create one manually viaPendingModifiedServiceUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserviceUpdates(List<PendingModifiedServiceUpdate>)
.- Parameters:
serviceUpdates
- a consumer that will call methods onPendingModifiedServiceUpdate.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-