Interface CreateBackupAccessPointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<CreateBackupAccessPointResponse.Builder,,CreateBackupAccessPointResponse> SdkBuilder<CreateBackupAccessPointResponse.Builder,,CreateBackupAccessPointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateBackupAccessPointResponse
@Mutable
@NotThreadSafe
public static interface CreateBackupAccessPointResponse.Builder
extends BackupResponse.Builder, SdkPojo, CopyableBuilder<CreateBackupAccessPointResponse.Builder,CreateBackupAccessPointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn(String accessPointArn) The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.The current status of the backup access point.status(AccessPointStatus status) The current status of the backup access point.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
-
accessPointArn
The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.
- Parameters:
accessPointArn- The Amazon Resource Name (ARN) that uniquely identifies the created backup access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the backup access point. A newly created backup access point begins in the
CREATINGstate and becomes usable when it reachesAVAILABLE.- Parameters:
status- The current status of the backup access point. A newly created backup access point begins in theCREATINGstate and becomes usable when it reachesAVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the backup access point. A newly created backup access point begins in the
CREATINGstate and becomes usable when it reachesAVAILABLE.- Parameters:
status- The current status of the backup access point. A newly created backup access point begins in theCREATINGstate and becomes usable when it reachesAVAILABLE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-