Interface CreateDbClusterSnapshotRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateDbClusterSnapshotRequest.Builder,CreateDbClusterSnapshotRequest>, RdsRequest.Builder, SdkBuilder<CreateDbClusterSnapshotRequest.Builder,CreateDbClusterSnapshotRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateDbClusterSnapshotRequest

  • Method Details

    • 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

      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

      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

      The tags to be assigned to the DB cluster snapshot.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      CreateDbClusterSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder