CopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>, SdkBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>public static interface DescribeHapgResponse.Builder extends CopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeHapgResponse.Builder |
hapgArn(String hapgArn) |
The ARN of the high-availability partition group.
|
DescribeHapgResponse.Builder |
hapgSerial(String hapgSerial) |
The serial number of the high-availability partition group.
|
DescribeHapgResponse.Builder |
hsmsLastActionFailed(String... hsmsLastActionFailed) |
NOTE: This method appends the values to the existing list (if any).
|
DescribeHapgResponse.Builder |
hsmsLastActionFailed(Collection<String> hsmsLastActionFailed) |
|
DescribeHapgResponse.Builder |
hsmsPendingDeletion(String... hsmsPendingDeletion) |
NOTE: This method appends the values to the existing list (if any).
|
DescribeHapgResponse.Builder |
hsmsPendingDeletion(Collection<String> hsmsPendingDeletion) |
|
DescribeHapgResponse.Builder |
hsmsPendingRegistration(String... hsmsPendingRegistration) |
NOTE: This method appends the values to the existing list (if any).
|
DescribeHapgResponse.Builder |
hsmsPendingRegistration(Collection<String> hsmsPendingRegistration) |
|
DescribeHapgResponse.Builder |
label(String label) |
The label for the high-availability partition group.
|
DescribeHapgResponse.Builder |
lastModifiedTimestamp(String lastModifiedTimestamp) |
The date and time the high-availability partition group was last modified.
|
DescribeHapgResponse.Builder |
partitionSerialList(String... partitionSerialList) |
The list of partition serial numbers that belong to the high-availability partition group.
|
DescribeHapgResponse.Builder |
partitionSerialList(Collection<String> partitionSerialList) |
The list of partition serial numbers that belong to the high-availability partition group.
|
DescribeHapgResponse.Builder |
state(String state) |
The state of the high-availability partition group.
|
DescribeHapgResponse.Builder |
state(CloudHsmObjectState state) |
The state of the high-availability partition group.
|
copyapply, buildDescribeHapgResponse.Builder hapgArn(String hapgArn)
The ARN of the high-availability partition group.
hapgArn - The ARN of the high-availability partition group.DescribeHapgResponse.Builder hapgSerial(String hapgSerial)
The serial number of the high-availability partition group.
hapgSerial - The serial number of the high-availability partition group.DescribeHapgResponse.Builder hsmsLastActionFailed(Collection<String> hsmsLastActionFailed)
hsmsLastActionFailed - DescribeHapgResponse.Builder hsmsLastActionFailed(String... hsmsLastActionFailed)
NOTE: This method appends the values to the existing list (if any). Use
#setHsmsLastActionFailed(java.util.Collection) or
#withHsmsLastActionFailed(java.util.Collection) if you want to override the existing values.
hsmsLastActionFailed - DescribeHapgResponse.Builder hsmsPendingDeletion(Collection<String> hsmsPendingDeletion)
hsmsPendingDeletion - DescribeHapgResponse.Builder hsmsPendingDeletion(String... hsmsPendingDeletion)
NOTE: This method appends the values to the existing list (if any). Use
#setHsmsPendingDeletion(java.util.Collection) or
#withHsmsPendingDeletion(java.util.Collection) if you want to override the existing values.
hsmsPendingDeletion - DescribeHapgResponse.Builder hsmsPendingRegistration(Collection<String> hsmsPendingRegistration)
hsmsPendingRegistration - DescribeHapgResponse.Builder hsmsPendingRegistration(String... hsmsPendingRegistration)
NOTE: This method appends the values to the existing list (if any). Use
#setHsmsPendingRegistration(java.util.Collection) or
#withHsmsPendingRegistration(java.util.Collection) if you want to override the existing values.
hsmsPendingRegistration - DescribeHapgResponse.Builder label(String label)
The label for the high-availability partition group.
label - The label for the high-availability partition group.DescribeHapgResponse.Builder lastModifiedTimestamp(String lastModifiedTimestamp)
The date and time the high-availability partition group was last modified.
lastModifiedTimestamp - The date and time the high-availability partition group was last modified.DescribeHapgResponse.Builder partitionSerialList(Collection<String> partitionSerialList)
The list of partition serial numbers that belong to the high-availability partition group.
partitionSerialList - The list of partition serial numbers that belong to the high-availability partition group.DescribeHapgResponse.Builder partitionSerialList(String... partitionSerialList)
The list of partition serial numbers that belong to 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 that belong to the high-availability partition group.DescribeHapgResponse.Builder state(String state)
The state of the high-availability partition group.
state - The state of the high-availability partition group.CloudHsmObjectStateDescribeHapgResponse.Builder state(CloudHsmObjectState state)
The state of the high-availability partition group.
state - The state of the high-availability partition group.CloudHsmObjectStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.