Interface UpdateReplicationSetAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateReplicationSetAction.Builder,
,UpdateReplicationSetAction> SdkBuilder<UpdateReplicationSetAction.Builder,
,UpdateReplicationSetAction> SdkPojo
- Enclosing class:
UpdateReplicationSetAction
public static interface UpdateReplicationSetAction.Builder
extends SdkPojo, CopyableBuilder<UpdateReplicationSetAction.Builder,UpdateReplicationSetAction>
-
Method Summary
Modifier and TypeMethodDescriptionaddRegionAction
(Consumer<AddRegionAction.Builder> addRegionAction) Details about the Amazon Web Services Region that you're adding to the replication set.addRegionAction
(AddRegionAction addRegionAction) Details about the Amazon Web Services Region that you're adding to the replication set.deleteRegionAction
(Consumer<DeleteRegionAction.Builder> deleteRegionAction) Details about the Amazon Web Services Region that you're deleting to the replication set.deleteRegionAction
(DeleteRegionAction deleteRegionAction) Details about the Amazon Web Services Region that you're deleting to the replication set.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 Details
-
addRegionAction
Details about the Amazon Web Services Region that you're adding to the replication set.
- Parameters:
addRegionAction
- Details about the Amazon Web Services Region that you're adding to the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addRegionAction
default UpdateReplicationSetAction.Builder addRegionAction(Consumer<AddRegionAction.Builder> addRegionAction) Details about the Amazon Web Services Region that you're adding to the replication set.
This is a convenience method that creates an instance of theAddRegionAction.Builder
avoiding the need to create one manually viaAddRegionAction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaddRegionAction(AddRegionAction)
.- Parameters:
addRegionAction
- a consumer that will call methods onAddRegionAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deleteRegionAction
Details about the Amazon Web Services Region that you're deleting to the replication set.
- Parameters:
deleteRegionAction
- Details about the Amazon Web Services Region that you're deleting to the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deleteRegionAction
default UpdateReplicationSetAction.Builder deleteRegionAction(Consumer<DeleteRegionAction.Builder> deleteRegionAction) Details about the Amazon Web Services Region that you're deleting to the replication set.
This is a convenience method that creates an instance of theDeleteRegionAction.Builder
avoiding the need to create one manually viaDeleteRegionAction.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeleteRegionAction(DeleteRegionAction)
.- Parameters:
deleteRegionAction
- a consumer that will call methods onDeleteRegionAction.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-