Interface UpdateChannelPlacementGroupRequest.Builder

  • Method Details

    • channelPlacementGroupId

      UpdateChannelPlacementGroupRequest.Builder channelPlacementGroupId(String channelPlacementGroupId)
      The ID of the channel placement group.
      Parameters:
      channelPlacementGroupId - The ID of the channel placement group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      Include this parameter only if you want to change the current name of the ChannelPlacementGroup. Specify a name that is unique in the Cluster. You can't change the name. Names are case-sensitive.
      Parameters:
      name - Include this parameter only if you want to change the current name of the ChannelPlacementGroup. 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

      Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
      Parameters:
      nodes - Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nodes

      Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
      Parameters:
      nodes - Include this parameter only if you want to change the list of Nodes that are associated with the ChannelPlacementGroup.
      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.