public static interface DescribeHapgResponse.Builder extends CloudHSMResponse.Builder, CopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse>
| Modifier and Type | Method and 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(Collection<String> hsmsLastActionFailed)
|
DescribeHapgResponse.Builder |
hsmsLastActionFailed(String... hsmsLastActionFailed)
|
DescribeHapgResponse.Builder |
hsmsPendingDeletion(Collection<String> hsmsPendingDeletion)
|
DescribeHapgResponse.Builder |
hsmsPendingDeletion(String... hsmsPendingDeletion)
|
DescribeHapgResponse.Builder |
hsmsPendingRegistration(Collection<String> hsmsPendingRegistration)
|
DescribeHapgResponse.Builder |
hsmsPendingRegistration(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(Collection<String> 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.
|
DescribeHapgResponse.Builder |
state(CloudHsmObjectState state)
The state of the high-availability partition group.
|
DescribeHapgResponse.Builder |
state(String state)
The state of the high-availability partition group.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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)
hsmsLastActionFailed - DescribeHapgResponse.Builder hsmsPendingDeletion(Collection<String> hsmsPendingDeletion)
hsmsPendingDeletion - DescribeHapgResponse.Builder hsmsPendingDeletion(String... hsmsPendingDeletion)
hsmsPendingDeletion - DescribeHapgResponse.Builder hsmsPendingRegistration(Collection<String> hsmsPendingRegistration)
hsmsPendingRegistration - DescribeHapgResponse.Builder hsmsPendingRegistration(String... hsmsPendingRegistration)
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.
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.CloudHsmObjectState,
CloudHsmObjectStateDescribeHapgResponse.Builder state(CloudHsmObjectState state)
The state of the high-availability partition group.
state - The state of the high-availability partition group.CloudHsmObjectState,
CloudHsmObjectStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.