Interface GetClusterSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetClusterSnapshotResponse.Builder,GetClusterSnapshotResponse>,DocDbElasticResponse.Builder,SdkBuilder<GetClusterSnapshotResponse.Builder,GetClusterSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetClusterSnapshotResponse
public static interface GetClusterSnapshotResponse.Builder extends DocDbElasticResponse.Builder, SdkPojo, CopyableBuilder<GetClusterSnapshotResponse.Builder,GetClusterSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetClusterSnapshotResponse.Buildersnapshot(Consumer<ClusterSnapshot.Builder> snapshot)Returns information about a specific elastic cluster snapshot.GetClusterSnapshotResponse.Buildersnapshot(ClusterSnapshot snapshot)Returns information about a specific elastic cluster snapshot.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
snapshot
GetClusterSnapshotResponse.Builder snapshot(ClusterSnapshot snapshot)
Returns information about a specific elastic cluster snapshot.
- Parameters:
snapshot- Returns information about a specific elastic cluster snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snapshot
default GetClusterSnapshotResponse.Builder snapshot(Consumer<ClusterSnapshot.Builder> snapshot)
Returns information about a specific elastic cluster snapshot.
This is a convenience method that creates an instance of theClusterSnapshot.Builderavoiding the need to create one manually viaClusterSnapshot.builder().When the
Consumercompletes,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:
snapshot(ClusterSnapshot)
-
-