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