Interface CopyClusterSnapshotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CopyClusterSnapshotResponse.Builder,
,CopyClusterSnapshotResponse> DocDbElasticResponse.Builder
,SdkBuilder<CopyClusterSnapshotResponse.Builder,
,CopyClusterSnapshotResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CopyClusterSnapshotResponse
@Mutable
@NotThreadSafe
public static interface CopyClusterSnapshotResponse.Builder
extends DocDbElasticResponse.Builder, SdkPojo, CopyableBuilder<CopyClusterSnapshotResponse.Builder,CopyClusterSnapshotResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsnapshot
(Consumer<ClusterSnapshot.Builder> snapshot) Sets the value of the Snapshot property for this object.snapshot
(ClusterSnapshot snapshot) Sets the value of the Snapshot property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.docdbelastic.model.DocDbElasticResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
snapshot
Sets the value of the Snapshot property for this object.- Parameters:
snapshot
- The new value for the Snapshot property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshot
Sets the value of the Snapshot property for this object. This is a convenience method that creates an instance of theClusterSnapshot.Builder
avoiding the need to create one manually viaClusterSnapshot.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosnapshot(ClusterSnapshot)
.- Parameters:
snapshot
- a consumer that will call methods onClusterSnapshot.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-