public static interface StopDbInstanceRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<StopDbInstanceRequest.Builder,StopDbInstanceRequest>
| Modifier and Type | Method and Description |
|---|---|
StopDbInstanceRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier)
The user-supplied instance identifier.
|
StopDbInstanceRequest.Builder |
dbSnapshotIdentifier(String dbSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is
stopped.
|
StopDbInstanceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopDbInstanceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildStopDbInstanceRequest.Builder dbInstanceIdentifier(String dbInstanceIdentifier)
The user-supplied instance identifier.
dbInstanceIdentifier - The user-supplied instance identifier.StopDbInstanceRequest.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is stopped.
dbSnapshotIdentifier - The user-supplied instance identifier of the DB Snapshot created immediately before the DB instance is
stopped.StopDbInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopDbInstanceRequest.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.