Interface UpdateChannelPlacementGroupResponse.Builder

    • Method Detail

      • arn

        UpdateChannelPlacementGroupResponse.Builder arn​(String arn)
        The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
        Parameters:
        arn - The ARN of this ChannelPlacementGroup. It is automatically assigned when the ChannelPlacementGroup is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channels

        UpdateChannelPlacementGroupResponse.Builder channels​(String... channels)
        Used in ListChannelPlacementGroupsResult
        Parameters:
        channels - Used in ListChannelPlacementGroupsResult
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterId

        UpdateChannelPlacementGroupResponse.Builder clusterId​(String clusterId)
        The ID of the Cluster that the Node belongs to.
        Parameters:
        clusterId - The ID of the Cluster that the Node belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        UpdateChannelPlacementGroupResponse.Builder id​(String id)
        The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
        Parameters:
        id - The ID of the ChannelPlacementGroup. Unique in the AWS account. The ID is the resource-id portion of the ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateChannelPlacementGroupResponse.Builder name​(String name)
        The name that you specified for the ChannelPlacementGroup.
        Parameters:
        name - The name that you specified for the ChannelPlacementGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        UpdateChannelPlacementGroupResponse.Builder nodes​(Collection<String> nodes)
        An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
        Parameters:
        nodes - An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodes

        UpdateChannelPlacementGroupResponse.Builder nodes​(String... nodes)
        An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
        Parameters:
        nodes - An array with one item, which is the signle Node that is associated with the ChannelPlacementGroup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.