Interface DescribeDbClusterSnapshotsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeDbClusterSnapshotsResponse.Builder,,- DescribeDbClusterSnapshotsResponse> - DocDbResponse.Builder,- SdkBuilder<DescribeDbClusterSnapshotsResponse.Builder,,- DescribeDbClusterSnapshotsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDbClusterSnapshotsResponse
@Mutable
@NotThreadSafe
public static interface DescribeDbClusterSnapshotsResponse.Builder
extends DocDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterSnapshotsResponse.Builder,DescribeDbClusterSnapshotsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots) Provides a list of cluster snapshots.dbClusterSnapshots(Consumer<DBClusterSnapshot.Builder>... dbClusterSnapshots) Provides a list of cluster snapshots.dbClusterSnapshots(DBClusterSnapshot... dbClusterSnapshots) Provides a list of cluster snapshots.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.docdb.model.DocDbResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
markerAn optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.- Parameters:
- marker- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by- MaxRecords.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbClusterSnapshotsDescribeDbClusterSnapshotsResponse.Builder dbClusterSnapshots(Collection<DBClusterSnapshot> dbClusterSnapshots) Provides a list of cluster snapshots. - Parameters:
- dbClusterSnapshots- Provides a list of cluster snapshots.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbClusterSnapshotsDescribeDbClusterSnapshotsResponse.Builder dbClusterSnapshots(DBClusterSnapshot... dbClusterSnapshots) Provides a list of cluster snapshots. - Parameters:
- dbClusterSnapshots- Provides a list of cluster snapshots.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbClusterSnapshotsDescribeDbClusterSnapshotsResponse.Builder dbClusterSnapshots(Consumer<DBClusterSnapshot.Builder>... dbClusterSnapshots) Provides a list of cluster snapshots. This is a convenience method that creates an instance of theDBClusterSnapshot.Builderavoiding the need to create one manually viaDBClusterSnapshot.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbClusterSnapshots(List<DBClusterSnapshot>).- Parameters:
- dbClusterSnapshots- a consumer that will call methods on- DBClusterSnapshot.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-