public static interface ClusterPendingUpdates.Builder extends SdkPojo, CopyableBuilder<ClusterPendingUpdates.Builder,ClusterPendingUpdates>
| Modifier and Type | Method and Description |
|---|---|
ClusterPendingUpdates.Builder |
acLs(ACLsUpdateStatus acLs)
A list of ACLs associated with the cluster that are being updated
|
default ClusterPendingUpdates.Builder |
acLs(Consumer<ACLsUpdateStatus.Builder> acLs)
A list of ACLs associated with the cluster that are being updated
|
default ClusterPendingUpdates.Builder |
resharding(Consumer<ReshardingStatus.Builder> resharding)
The status of an online resharding operation.
|
ClusterPendingUpdates.Builder |
resharding(ReshardingStatus resharding)
The status of an online resharding operation.
|
ClusterPendingUpdates.Builder |
serviceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)
A list of service updates being applied to the cluster
|
ClusterPendingUpdates.Builder |
serviceUpdates(Consumer<PendingModifiedServiceUpdate.Builder>... serviceUpdates)
A list of service updates being applied to the cluster
|
ClusterPendingUpdates.Builder |
serviceUpdates(PendingModifiedServiceUpdate... serviceUpdates)
A list of service updates being applied to the cluster
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClusterPendingUpdates.Builder resharding(ReshardingStatus resharding)
The status of an online resharding operation.
resharding - The status of an online resharding operation.default ClusterPendingUpdates.Builder resharding(Consumer<ReshardingStatus.Builder> resharding)
The status of an online resharding operation.
This is a convenience that creates an instance of theReshardingStatus.Builder avoiding the need to
create one manually via ReshardingStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resharding(ReshardingStatus).resharding - a consumer that will call methods on ReshardingStatus.Builderresharding(ReshardingStatus)ClusterPendingUpdates.Builder acLs(ACLsUpdateStatus acLs)
A list of ACLs associated with the cluster that are being updated
acLs - A list of ACLs associated with the cluster that are being updateddefault ClusterPendingUpdates.Builder acLs(Consumer<ACLsUpdateStatus.Builder> acLs)
A list of ACLs associated with the cluster that are being updated
This is a convenience that creates an instance of theACLsUpdateStatus.Builder avoiding the need to
create one manually via ACLsUpdateStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to acLs(ACLsUpdateStatus).acLs - a consumer that will call methods on ACLsUpdateStatus.BuilderacLs(ACLsUpdateStatus)ClusterPendingUpdates.Builder serviceUpdates(Collection<PendingModifiedServiceUpdate> serviceUpdates)
A list of service updates being applied to the cluster
serviceUpdates - A list of service updates being applied to the clusterClusterPendingUpdates.Builder serviceUpdates(PendingModifiedServiceUpdate... serviceUpdates)
A list of service updates being applied to the cluster
serviceUpdates - A list of service updates being applied to the clusterClusterPendingUpdates.Builder serviceUpdates(Consumer<PendingModifiedServiceUpdate.Builder>... serviceUpdates)
A list of service updates being applied to the cluster
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #serviceUpdates(List) .serviceUpdates - a consumer that will call methods on List.Builder #serviceUpdates(List) Copyright © 2021. All rights reserved.