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.
|
buildoverrideConfigurationcopyapplyMutation, buildStopRelationalDatabaseRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopRelationalDatabaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.