Class DeleteClusterSnapshotRequest

    • Method Detail

      • snapshotIdentifier

        public final String snapshotIdentifier()

        The unique identifier of the manual snapshot to be deleted.

        Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.

        Returns:
        The unique identifier of the manual snapshot to be deleted.

        Constraints: Must be the name of an existing snapshot that is in the available, failed, or cancelled state.

      • snapshotClusterIdentifier

        public final String snapshotClusterIdentifier()

        The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

        Constraints: Must be the name of valid cluster.

        Returns:
        The unique identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.

        Constraints: Must be the name of valid cluster.

      • 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