public static interface StopRelationalDatabaseRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<StopRelationalDatabaseRequest.Builder,StopRelationalDatabaseRequest>
Modifier and Type | Method and Description |
---|---|
StopRelationalDatabaseRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopRelationalDatabaseRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StopRelationalDatabaseRequest.Builder |
relationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
|
StopRelationalDatabaseRequest.Builder |
relationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
|
build
overrideConfiguration
copy
applyMutation, build
StopRelationalDatabaseRequest.Builder relationalDatabaseName(String relationalDatabaseName)
The name of your database to stop.
relationalDatabaseName
- The name of your database to stop.StopRelationalDatabaseRequest.Builder relationalDatabaseSnapshotName(String relationalDatabaseSnapshotName)
The name of your new database snapshot to be created before stopping your database.
relationalDatabaseSnapshotName
- The name of your new database snapshot to be created before stopping your database.StopRelationalDatabaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StopRelationalDatabaseRequest.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.