Interface DescribeHapgResponse.Builder

    • 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.