Interface DescribeHapgResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CloudHsmResponse.Builder,CopyableBuilder<DescribeHapgResponse.Builder,,DescribeHapgResponse> SdkBuilder<DescribeHapgResponse.Builder,,DescribeHapgResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeHapgResponse
public static interface DescribeHapgResponse.Builder
extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<DescribeHapgResponse.Builder,DescribeHapgResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the high-availability partition group.hapgSerial(String hapgSerial) The serial number of the high-availability partition group.hsmsLastActionFailed(String... hsmsLastActionFailed) hsmsLastActionFailed(Collection<String> hsmsLastActionFailed) hsmsPendingDeletion(String... hsmsPendingDeletion) hsmsPendingDeletion(Collection<String> hsmsPendingDeletion) hsmsPendingRegistration(String... hsmsPendingRegistration) hsmsPendingRegistration(Collection<String> hsmsPendingRegistration) The label for the high-availability partition group.lastModifiedTimestamp(String lastModifiedTimestamp) The date and time the high-availability partition group was last modified.partitionSerialList(String... partitionSerialList) The list of partition serial numbers that belong to the high-availability partition group.partitionSerialList(Collection<String> partitionSerialList) The list of partition serial numbers that belong to the high-availability partition group.The state of the high-availability partition group.state(CloudHsmObjectState state) The state of the high-availability partition group.Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
hapgArn
The ARN of the high-availability partition group.
- Parameters:
 hapgArn- The ARN of the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hapgSerial
The serial number of the high-availability partition group.
- Parameters:
 hapgSerial- The serial number of the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsLastActionFailed
- Parameters:
 hsmsLastActionFailed-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsLastActionFailed
- Parameters:
 hsmsLastActionFailed-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsPendingDeletion
- Parameters:
 hsmsPendingDeletion-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsPendingDeletion
- Parameters:
 hsmsPendingDeletion-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsPendingRegistration
- Parameters:
 hsmsPendingRegistration-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
hsmsPendingRegistration
- Parameters:
 hsmsPendingRegistration-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
label
The label for the high-availability partition group.
- Parameters:
 label- The label for the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTimestamp
The date and time the high-availability partition group was last modified.
- Parameters:
 lastModifiedTimestamp- The date and time the high-availability partition group was last modified.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
partitionSerialList
The list of partition serial numbers that belong to the high-availability partition group.
- Parameters:
 partitionSerialList- The list of partition serial numbers that belong to the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
partitionSerialList
The list of partition serial numbers that belong to the high-availability partition group.
- Parameters:
 partitionSerialList- The list of partition serial numbers that belong to the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
state
The state of the high-availability partition group.
- Parameters:
 state- The state of the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
state
The state of the high-availability partition group.
- Parameters:
 state- The state of the high-availability partition group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -