Interface CreateRestoreTestingPlanResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BackupResponse.Builder
,Buildable
,CopyableBuilder<CreateRestoreTestingPlanResponse.Builder,
,CreateRestoreTestingPlanResponse> SdkBuilder<CreateRestoreTestingPlanResponse.Builder,
,CreateRestoreTestingPlanResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateRestoreTestingPlanResponse
public static interface CreateRestoreTestingPlanResponse.Builder
extends BackupResponse.Builder, SdkPojo, CopyableBuilder<CreateRestoreTestingPlanResponse.Builder,CreateRestoreTestingPlanResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).restoreTestingPlanArn
(String restoreTestingPlanArn) An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.restoreTestingPlanName
(String restoreTestingPlanName) This unique string is the name of the restore testing plan.Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
creationTime
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Parameters:
creationTime
- The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value ofCreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanArn
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
- Parameters:
restoreTestingPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanName
This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
- Parameters:
restoreTestingPlanName
- This unique string is the name of the restore testing plan.The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-