Interface CreateDbClusterSnapshotRequest.Builder

    • Method Detail

      • dbClusterSnapshotIdentifier

        CreateDbClusterSnapshotRequest.Builder dbClusterSnapshotIdentifier​(String dbClusterSnapshotIdentifier)

        The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 letters, numbers, or hyphens.

        • First character must be a letter.

        • Can't end with a hyphen or contain two consecutive hyphens.

        Example: my-cluster1-snapshot1

        Parameters:
        dbClusterSnapshotIdentifier - The identifier of the DB cluster snapshot. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 letters, numbers, or hyphens.

        • First character must be a letter.

        • Can't end with a hyphen or contain two consecutive hyphens.

        Example: my-cluster1-snapshot1

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dbClusterIdentifier

        CreateDbClusterSnapshotRequest.Builder dbClusterIdentifier​(String dbClusterIdentifier)

        The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DBCluster.

        Example: my-cluster1

        Parameters:
        dbClusterIdentifier - The identifier of the DB cluster to create a snapshot for. This parameter isn't case-sensitive.

        Constraints:

        • Must match the identifier of an existing DBCluster.

        Example: my-cluster1

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbClusterSnapshotRequest.Builder tags​(Collection<Tag> tags)

        The tags to be assigned to the DB cluster snapshot.

        Parameters:
        tags - The tags to be assigned to the DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreateDbClusterSnapshotRequest.Builder tags​(Tag... tags)

        The tags to be assigned to the DB cluster snapshot.

        Parameters:
        tags - The tags to be assigned to the DB cluster snapshot.
        Returns:
        Returns a reference to this object so that method calls can be chained together.