public static interface ModifyDBSnapshotAttributeResponse.Builder extends RDSResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildModifyDBSnapshotAttributeResponse.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.BuilderdbSnapshotAttributesResult(DBSnapshotAttributesResult)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.