Interface CreateDbClusterSnapshotRequest.Builder

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

public static interface CreateDbClusterSnapshotRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateDbClusterSnapshotRequest.Builder,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.

      • Cannot 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.

      • Cannot 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 is not 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 is not 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.