Interface CreateRestoreTestingSelectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>,SdkBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateRestoreTestingSelectionResponse
public static interface CreateRestoreTestingSelectionResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<CreateRestoreTestingSelectionResponse.Builder,CreateRestoreTestingSelectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateRestoreTestingSelectionResponse.BuildercreationTime(Instant creationTime)This is the time the resource testing selection was created successfully.CreateRestoreTestingSelectionResponse.BuilderrestoreTestingPlanArn(String restoreTestingPlanArn)This is the ARN of the restore testing plan with which the restore testing selection is associated.CreateRestoreTestingSelectionResponse.BuilderrestoreTestingPlanName(String restoreTestingPlanName)Unique string that is the name of the restore testing plan.CreateRestoreTestingSelectionResponse.BuilderrestoreTestingSelectionName(String restoreTestingSelectionName)This is the unique name of the restore testing selection that belongs to the related 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
CreateRestoreTestingSelectionResponse.Builder creationTime(Instant creationTime)
This is the time the resource testing selection was created successfully.
- Parameters:
creationTime- This is the time the resource testing selection was created successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanArn
CreateRestoreTestingSelectionResponse.Builder restoreTestingPlanArn(String restoreTestingPlanArn)
This is the ARN of the restore testing plan with which the restore testing selection is associated.
- Parameters:
restoreTestingPlanArn- This is the ARN of the restore testing plan with which the restore testing selection is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanName
CreateRestoreTestingSelectionResponse.Builder restoreTestingPlanName(String restoreTestingPlanName)
Unique string that 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- Unique string that 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.
-
restoreTestingSelectionName
CreateRestoreTestingSelectionResponse.Builder restoreTestingSelectionName(String restoreTestingSelectionName)
This is the unique name of the restore testing selection that belongs to the related restore testing plan.
- Parameters:
restoreTestingSelectionName- This is the unique name of the restore testing selection that belongs to the related restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-