public static interface ModifyDbInstanceResponse.Builder extends RdsResponse.Builder, CopyableBuilder<ModifyDbInstanceResponse.Builder,ModifyDbInstanceResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbInstanceResponse.Builder |
dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
ModifyDbInstanceResponse.Builder |
dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildModifyDbInstanceResponse.Builder dbInstance(DBInstance dbInstance)
dbInstance - The new value for the DBInstance property for this object.default ModifyDbInstanceResponse.Builder dbInstance(Consumer<DBInstance.Builder> dbInstance)
DBInstance.Builder avoiding the need to create
one manually via DBInstance.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dbInstance(DBInstance).dbInstance - a consumer that will call methods on DBInstance.BuilderdbInstance(DBInstance)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.