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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRestoreTestingPlanResponse.BuildercreationTime(Instant creationTime)The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).CreateRestoreTestingPlanResponse.BuilderrestoreTestingPlanArn(String restoreTestingPlanArn)An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.CreateRestoreTestingPlanResponse.BuilderrestoreTestingPlanName(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 Detail
-
creationTime
CreateRestoreTestingPlanResponse.Builder creationTime(Instant creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationTimeis 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 ofCreationTimeis 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
CreateRestoreTestingPlanResponse.Builder restoreTestingPlanArn(String 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
CreateRestoreTestingPlanResponse.Builder restoreTestingPlanName(String 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.
-
-