Interface ListBackupAccessPointsByRecoveryPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<ListBackupAccessPointsByRecoveryPointResponse.Builder,,ListBackupAccessPointsByRecoveryPointResponse> SdkBuilder<ListBackupAccessPointsByRecoveryPointResponse.Builder,,ListBackupAccessPointsByRecoveryPointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListBackupAccessPointsByRecoveryPointResponse
-
Method Summary
Modifier and TypeMethodDescriptionbackupAccessPoints(Collection<ListAccessPointsMember> backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.backupAccessPoints(Consumer<ListAccessPointsMember.Builder>... backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.backupAccessPoints(ListAccessPointsMember... backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.The next item following a partial list of returned items.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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
-
backupAccessPoints
ListBackupAccessPointsByRecoveryPointResponse.Builder backupAccessPoints(Collection<ListAccessPointsMember> backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
- Parameters:
backupAccessPoints- A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupAccessPoints
ListBackupAccessPointsByRecoveryPointResponse.Builder backupAccessPoints(ListAccessPointsMember... backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
- Parameters:
backupAccessPoints- A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupAccessPoints
ListBackupAccessPointsByRecoveryPointResponse.Builder backupAccessPoints(Consumer<ListAccessPointsMember.Builder>... backupAccessPoints) A list of backup access points, each containing metadata such as its name, ARN, status, and associated recovery point.
This is a convenience method that creates an instance of theListAccessPointsMember.Builderavoiding the need to create one manually viaListAccessPointsMember.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobackupAccessPoints(List<ListAccessPointsMember>).- Parameters:
backupAccessPoints- a consumer that will call methods onListAccessPointsMember.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The next item following a partial list of returned items. For example, if a request is made to return
MaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken- The next item following a partial list of returned items. For example, if a request is made to returnMaxResultsnumber of items,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-