CopyableBuilder<ModifyHapgRequest.Builder,ModifyHapgRequest>, SdkBuilder<ModifyHapgRequest.Builder,ModifyHapgRequest>public static interface ModifyHapgRequest.Builder extends CopyableBuilder<ModifyHapgRequest.Builder,ModifyHapgRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ModifyHapgRequest.Builder |
hapgArn(String hapgArn) |
The ARN of the high-availability partition group to modify.
|
ModifyHapgRequest.Builder |
label(String label) |
The new label for the high-availability partition group.
|
ModifyHapgRequest.Builder |
partitionSerialList(String... partitionSerialList) |
The list of partition serial numbers to make members of the high-availability partition group.
|
ModifyHapgRequest.Builder |
partitionSerialList(Collection<String> partitionSerialList) |
The list of partition serial numbers to make members of the high-availability partition group.
|
copyapply, buildModifyHapgRequest.Builder hapgArn(String hapgArn)
The ARN of the high-availability partition group to modify.
hapgArn - The ARN of the high-availability partition group to modify.ModifyHapgRequest.Builder label(String label)
The new label for the high-availability partition group.
label - The new label for the high-availability partition group.ModifyHapgRequest.Builder partitionSerialList(Collection<String> partitionSerialList)
The list of partition serial numbers to make members of the high-availability partition group.
partitionSerialList - The list of partition serial numbers to make members of the high-availability partition group.ModifyHapgRequest.Builder partitionSerialList(String... partitionSerialList)
The list of partition serial numbers to make members of the high-availability partition group.
NOTE: This method appends the values to the existing list (if any). Use
#setPartitionSerialList(java.util.Collection) or
#withPartitionSerialList(java.util.Collection) if you want to override the existing values.
partitionSerialList - The list of partition serial numbers to make members of the high-availability partition group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.