public static interface RestoreDbInstanceFromS3Response.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<RestoreDbInstanceFromS3Response.Builder,RestoreDbInstanceFromS3Response>
Modifier and Type | Method and Description |
---|---|
default RestoreDbInstanceFromS3Response.Builder |
dbInstance(Consumer<DBInstance.Builder> dbInstance)
Sets the value of the DBInstance property for this object.
|
RestoreDbInstanceFromS3Response.Builder |
dbInstance(DBInstance dbInstance)
Sets the value of the DBInstance property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
RestoreDbInstanceFromS3Response.Builder dbInstance(DBInstance dbInstance)
dbInstance
- The new value for the DBInstance property for this object.default RestoreDbInstanceFromS3Response.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.Builder
dbInstance(DBInstance)
Copyright © 2022. All rights reserved.