Interface UpdateRestoreTestingPlanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>,SdkBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateRestoreTestingPlanResponse
public static interface UpdateRestoreTestingPlanResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<UpdateRestoreTestingPlanResponse.Builder,UpdateRestoreTestingPlanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRestoreTestingPlanResponse.BuildercreationTime(Instant creationTime)This is the time the resource testing plan was created.UpdateRestoreTestingPlanResponse.BuilderrestoreTestingPlanArn(String restoreTestingPlanArn)Unique ARN (Amazon Resource Name) of the restore testing plan.UpdateRestoreTestingPlanResponse.BuilderrestoreTestingPlanName(String restoreTestingPlanName)The name cannot be changed after creation.UpdateRestoreTestingPlanResponse.BuilderupdateTime(Instant updateTime)This is the time the update completed for 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
UpdateRestoreTestingPlanResponse.Builder creationTime(Instant creationTime)
This is the time the resource testing plan was created.
- Parameters:
creationTime- This is the time the resource testing plan was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanArn
UpdateRestoreTestingPlanResponse.Builder restoreTestingPlanArn(String restoreTestingPlanArn)
Unique ARN (Amazon Resource Name) of the restore testing plan.
- Parameters:
restoreTestingPlanArn- Unique ARN (Amazon Resource Name) of the restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
restoreTestingPlanName
UpdateRestoreTestingPlanResponse.Builder restoreTestingPlanName(String restoreTestingPlanName)
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
- Parameters:
restoreTestingPlanName- 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.
-
updateTime
UpdateRestoreTestingPlanResponse.Builder updateTime(Instant updateTime)
This is the time the update completed for the restore testing plan.
- Parameters:
updateTime- This is the time the update completed for the restore testing plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-