Interface UpdateClusterResponse.Builder

    • Method Detail

      • arn

        UpdateClusterResponse.Builder arn​(String arn)
        The ARN of the Cluster.
        Parameters:
        arn - The ARN of the Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelIds

        UpdateClusterResponse.Builder channelIds​(Collection<String> channelIds)
        An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
        Parameters:
        channelIds - An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • channelIds

        UpdateClusterResponse.Builder channelIds​(String... channelIds)
        An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
        Parameters:
        channelIds - An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterType

        UpdateClusterResponse.Builder clusterType​(String clusterType)
        The hardware type for the Cluster
        Parameters:
        clusterType - The hardware type for the Cluster
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterType, ClusterType
      • id

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

        UpdateClusterResponse.Builder name​(String name)
        The user-specified name of the Cluster.
        Parameters:
        name - The user-specified name of the Cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSettings

        UpdateClusterResponse.Builder networkSettings​(ClusterNetworkSettings networkSettings)
        Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
        Parameters:
        networkSettings - Network settings that connect the Nodes in the Cluster to one or more of the Networks that the Cluster is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.