Class UpdateStorageRequest

    • Method Detail

      • clusterArn

        public final String clusterArn()

        The Amazon Resource Name (ARN) of the cluster to be updated.

        Returns:

        The Amazon Resource Name (ARN) of the cluster to be updated.

      • currentVersion

        public final String currentVersion()

        The version of cluster to update from. A successful operation will then generate a new version.

        Returns:

        The version of cluster to update from. A successful operation will then generate a new version.

      • provisionedThroughput

        public final ProvisionedThroughput provisionedThroughput()

        EBS volume provisioned throughput information.

        Returns:

        EBS volume provisioned throughput information.

      • storageMode

        public final StorageMode storageMode()

        Controls storage mode for supported storage tiers.

        If the service returns an enum value that is not available in the current SDK version, storageMode will return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from storageModeAsString().

        Returns:

        Controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • storageModeAsString

        public final String storageModeAsString()

        Controls storage mode for supported storage tiers.

        If the service returns an enum value that is not available in the current SDK version, storageMode will return StorageMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from storageModeAsString().

        Returns:

        Controls storage mode for supported storage tiers.

        See Also:
        StorageMode
      • volumeSizeGB

        public final Integer volumeSizeGB()

        size of the EBS volume to update.

        Returns:

        size of the EBS volume to update.

      • 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