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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeHapgResponse.BuilderhapgArn(String hapgArn)The ARN of the high-availability partition group.DescribeHapgResponse.BuilderhapgSerial(String hapgSerial)The serial number of the high-availability partition group.DescribeHapgResponse.BuilderhsmsLastActionFailed(String... hsmsLastActionFailed)DescribeHapgResponse.BuilderhsmsLastActionFailed(Collection<String> hsmsLastActionFailed)DescribeHapgResponse.BuilderhsmsPendingDeletion(String... hsmsPendingDeletion)DescribeHapgResponse.BuilderhsmsPendingDeletion(Collection<String> hsmsPendingDeletion)DescribeHapgResponse.BuilderhsmsPendingRegistration(String... hsmsPendingRegistration)DescribeHapgResponse.BuilderhsmsPendingRegistration(Collection<String> hsmsPendingRegistration)DescribeHapgResponse.Builderlabel(String label)The label for the high-availability partition group.DescribeHapgResponse.BuilderlastModifiedTimestamp(String lastModifiedTimestamp)The date and time the high-availability partition group was last modified.DescribeHapgResponse.BuilderpartitionSerialList(String... partitionSerialList)The list of partition serial numbers that belong to the high-availability partition group.DescribeHapgResponse.BuilderpartitionSerialList(Collection<String> partitionSerialList)The list of partition serial numbers that belong to the high-availability partition group.DescribeHapgResponse.Builderstate(String state)The state of the high-availability partition group.DescribeHapgResponse.Builderstate(CloudHsmObjectState state)The state of the high-availability partition group.-
Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.Builder
build, responseMetadata, responseMetadata
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
hapgArn
DescribeHapgResponse.Builder hapgArn(String 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
DescribeHapgResponse.Builder hapgSerial(String 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
DescribeHapgResponse.Builder hsmsLastActionFailed(Collection<String> hsmsLastActionFailed)
- Parameters:
hsmsLastActionFailed-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmsLastActionFailed
DescribeHapgResponse.Builder hsmsLastActionFailed(String... hsmsLastActionFailed)
- Parameters:
hsmsLastActionFailed-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmsPendingDeletion
DescribeHapgResponse.Builder hsmsPendingDeletion(Collection<String> hsmsPendingDeletion)
- Parameters:
hsmsPendingDeletion-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmsPendingDeletion
DescribeHapgResponse.Builder hsmsPendingDeletion(String... hsmsPendingDeletion)
- Parameters:
hsmsPendingDeletion-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmsPendingRegistration
DescribeHapgResponse.Builder hsmsPendingRegistration(Collection<String> hsmsPendingRegistration)
- Parameters:
hsmsPendingRegistration-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmsPendingRegistration
DescribeHapgResponse.Builder hsmsPendingRegistration(String... hsmsPendingRegistration)
- Parameters:
hsmsPendingRegistration-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
DescribeHapgResponse.Builder label(String 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
DescribeHapgResponse.Builder lastModifiedTimestamp(String 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
DescribeHapgResponse.Builder partitionSerialList(Collection<String> 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
DescribeHapgResponse.Builder partitionSerialList(String... 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
DescribeHapgResponse.Builder state(String 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:
CloudHsmObjectState,CloudHsmObjectState
-
state
DescribeHapgResponse.Builder state(CloudHsmObjectState 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:
CloudHsmObjectState,CloudHsmObjectState
-
-