Interface ModifyHapgRequest.Builder

    • Method Detail

      • hapgArn

        ModifyHapgRequest.Builder hapgArn​(String hapgArn)

        The ARN of the high-availability partition group to modify.

        Parameters:
        hapgArn - The ARN of the high-availability partition group to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • label

        ModifyHapgRequest.Builder label​(String label)

        The new label for the high-availability partition group.

        Parameters:
        label - The new label for the high-availability partition group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionSerialList

        ModifyHapgRequest.Builder partitionSerialList​(Collection<String> partitionSerialList)

        The list of partition serial numbers to make members of the high-availability partition group.

        Parameters:
        partitionSerialList - The list of partition serial numbers to make members of the high-availability partition group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionSerialList

        ModifyHapgRequest.Builder partitionSerialList​(String... partitionSerialList)

        The list of partition serial numbers to make members of the high-availability partition group.

        Parameters:
        partitionSerialList - The list of partition serial numbers to make members of the high-availability partition group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.