Interface CopySnapshotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CopySnapshotResponse.Builder,,CopySnapshotResponse> MemoryDbResponse.Builder,SdkBuilder<CopySnapshotResponse.Builder,,CopySnapshotResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CopySnapshotResponse
@Mutable
@NotThreadSafe
public static interface CopySnapshotResponse.Builder
extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<CopySnapshotResponse.Builder,CopySnapshotResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault CopySnapshotResponse.Buildersnapshot(Consumer<Snapshot.Builder> snapshot) Represents a copy of an entire cluster as of the time when the snapshot was taken.Represents a copy of an entire cluster as of the time when the snapshot was taken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
snapshot
Represents a copy of an entire cluster as of the time when the snapshot was taken.
- Parameters:
snapshot- Represents a copy of an entire cluster as of the time when the snapshot was taken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshot
Represents a copy of an entire cluster as of the time when the snapshot was taken.
This is a convenience method that creates an instance of theSnapshot.Builderavoiding the need to create one manually viaSnapshot.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnapshot(Snapshot).- Parameters:
snapshot- a consumer that will call methods onSnapshot.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-