Interface CreateChannelPlacementGroupRequest.Builder

  • Method Details

    • clusterId

      The ID of the cluster.
      Parameters:
      clusterId - The ID of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
      Parameters:
      name - Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
      Parameters:
      nodes - An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
      Parameters:
      nodes - An array of one ID for the Node that you want to associate with the ChannelPlacementGroup. (You can't associate more than one Node with the ChannelPlacementGroup.) The Node and the ChannelPlacementGroup must be in the same Cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.
      Parameters:
      requestId - An ID that you assign to a create request. This ID ensures idempotency when creating resources. the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A collection of key-value pairs.
      Parameters:
      tags - A collection of key-value pairs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.