public static interface ModifyDbSnapshotAttributeResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbSnapshotAttributeResponse.Builder,ModifyDbSnapshotAttributeResponse>
Modifier and Type | Method and Description |
---|---|
default ModifyDbSnapshotAttributeResponse.Builder |
dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
ModifyDbSnapshotAttributeResponse.Builder |
dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)
Sets the value of the DBSnapshotAttributesResult property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyDbSnapshotAttributeResponse.Builder dbSnapshotAttributesResult(DBSnapshotAttributesResult dbSnapshotAttributesResult)
dbSnapshotAttributesResult
- The new value for the DBSnapshotAttributesResult property for this object.default ModifyDbSnapshotAttributeResponse.Builder dbSnapshotAttributesResult(Consumer<DBSnapshotAttributesResult.Builder> dbSnapshotAttributesResult)
DBSnapshotAttributesResult.Builder
avoiding the need to create one manually via DBSnapshotAttributesResult.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately
and its result is passed to dbSnapshotAttributesResult(DBSnapshotAttributesResult)
.dbSnapshotAttributesResult
- a consumer that will call methods on DBSnapshotAttributesResult.Builder
dbSnapshotAttributesResult(DBSnapshotAttributesResult)
Copyright © 2022. All rights reserved.