Class UpdateClusterRequest

    • Method Detail

      • clusterId

        public final String clusterId()
        The ID of the cluster
        Returns:
        The ID of the cluster
      • name

        public final String name()
        Include this parameter only if you want to change the current name of the Cluster. Specify a name that is unique in the AWS account. You can't change the name. Names are case-sensitive.
        Returns:
        Include this parameter only if you want to change the current name of the Cluster. Specify a name that is unique in the AWS account. You can't change the name. Names are case-sensitive.
      • networkSettings

        public final ClusterNetworkSettingsUpdateRequest networkSettings()
        Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
        Returns:
        Include this property only if you want to change the current connections between the Nodes in the Cluster and the Networks the Cluster is associated with.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object