Class UpdateClusterRequest

    • Method Detail

      • clusterId

        public final String clusterId()

        The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.

        Returns:
        The cluster ID of the cluster that you want to update, for example CID123e4567-e89b-12d3-a456-426655440000.
      • roleARN

        public final String roleARN()

        The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).

        Returns:
        The new role Amazon Resource Name (ARN) that you want to associate with this cluster. To create a role ARN, use the CreateRole API action in Identity and Access Management (IAM).
      • description

        public final String description()

        The updated description of this cluster.

        Returns:
        The updated description of this cluster.
      • onDeviceServiceConfiguration

        public final OnDeviceServiceConfiguration onDeviceServiceConfiguration()

        Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).

        Returns:
        Specifies the service or services on the Snow Family device that your transferred data will be exported from or imported into. Amazon Web Services Snow Family device clusters support Amazon S3 and NFS (Network File System).
      • addressId

        public final String addressId()

        The ID of the updated Address object.

        Returns:
        The ID of the updated Address object.
      • forwardingAddressId

        public final String forwardingAddressId()

        The updated ID for the forwarding address for a cluster. This field is not supported in most regions.

        Returns:
        The updated ID for the forwarding address for a cluster. This field is not supported in most regions.
      • 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