public static interface DescribeDbClusterAutomatedBackupsResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterAutomatedBackupsResponse.Builder,DescribeDbClusterAutomatedBackupsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterAutomatedBackupsResponse.Builder |
dbClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dbClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
DescribeDbClusterAutomatedBackupsResponse.Builder |
dbClusterAutomatedBackups(Consumer<DBClusterAutomatedBackup.Builder>... dbClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
DescribeDbClusterAutomatedBackupsResponse.Builder |
dbClusterAutomatedBackups(DBClusterAutomatedBackup... dbClusterAutomatedBackups)
A list of
DBClusterAutomatedBackup backups. |
DescribeDbClusterAutomatedBackupsResponse.Builder |
marker(String marker)
The pagination token provided in the previous request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDbClusterAutomatedBackupsResponse.Builder marker(String marker)
The pagination token provided in the previous request. If this parameter is specified the response includes
only records beyond the marker, up to MaxRecords.
marker - The pagination token provided in the previous request. If this parameter is specified the response
includes only records beyond the marker, up to MaxRecords.DescribeDbClusterAutomatedBackupsResponse.Builder dbClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dbClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
dbClusterAutomatedBackups - A list of DBClusterAutomatedBackup backups.DescribeDbClusterAutomatedBackupsResponse.Builder dbClusterAutomatedBackups(DBClusterAutomatedBackup... dbClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
dbClusterAutomatedBackups - A list of DBClusterAutomatedBackup backups.DescribeDbClusterAutomatedBackupsResponse.Builder dbClusterAutomatedBackups(Consumer<DBClusterAutomatedBackup.Builder>... dbClusterAutomatedBackups)
A list of DBClusterAutomatedBackup backups.
DBClusterAutomatedBackup.Builder avoiding the need to
create one manually via DBClusterAutomatedBackup.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #dbClusterAutomatedBackups(List.
dbClusterAutomatedBackups - a consumer that will call methods on
DBClusterAutomatedBackup.Builder#dbClusterAutomatedBackups(java.util.Collection) Copyright © 2023. All rights reserved.