public static interface DeleteRelationalDatabaseRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<DeleteRelationalDatabaseRequest.Builder,DeleteRelationalDatabaseRequest>
Modifier and Type | Method and Description |
---|---|
DeleteRelationalDatabaseRequest.Builder |
finalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if
skip final snapshot is false , which is
the default value for that parameter. |
DeleteRelationalDatabaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteRelationalDatabaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteRelationalDatabaseRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
|
DeleteRelationalDatabaseRequest.Builder |
skipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteRelationalDatabaseRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of the database that you are deleting.
relationalDatabaseName
- The name of the database that you are deleting.DeleteRelationalDatabaseRequest.Builder skipFinalSnapshot(Boolean skipFinalSnapshot)
Determines whether a final database snapshot is created before your database is deleted. If true
is specified, no database snapshot is created. If false
is specified, a database snapshot is
created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
skipFinalSnapshot
- Determines whether a final database snapshot is created before your database is deleted. If
true
is specified, no database snapshot is created. If false
is specified, a
database snapshot is created before your database is deleted.
You must specify the final relational database snapshot name
parameter if the
skip final snapshot
parameter is false
.
Default: false
DeleteRelationalDatabaseRequest.Builder finalRelationalDatabaseSnapshotName(String finalRelationalDatabaseSnapshotName)
The name of the database snapshot created if skip final snapshot
is false
, which is
the default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to
true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
finalRelationalDatabaseSnapshotName
- The name of the database snapshot created if skip final snapshot
is false
,
which is the default value for that parameter.
Specifying this parameter and also specifying the skip final snapshot
parameter to
true
results in an error.
Constraints:
Must contain from 2 to 255 alphanumeric characters, or hyphens.
The first and last character must be a letter or number.
DeleteRelationalDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteRelationalDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.