Interface DeletePracticeRunConfigurationResponse.Builder
- All Superinterfaces:
ArcZonalShiftResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<DeletePracticeRunConfigurationResponse.Builder,
,DeletePracticeRunConfigurationResponse> SdkBuilder<DeletePracticeRunConfigurationResponse.Builder,
,DeletePracticeRunConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeletePracticeRunConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DeletePracticeRunConfigurationResponse.Builder
extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<DeletePracticeRunConfigurationResponse.Builder,DeletePracticeRunConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource that you deleted the practice run for.The name of the resource that you deleted the practice run for.zonalAutoshiftStatus
(String zonalAutoshiftStatus) The status of zonal autoshift for the resource.zonalAutoshiftStatus
(ZonalAutoshiftStatus zonalAutoshiftStatus) The status of zonal autoshift for the resource.Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the resource that you deleted the practice run for.
- Parameters:
name
- The name of the resource that you deleted the practice run for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zonalAutoshiftStatus
The status of zonal autoshift for the resource.
- Parameters:
zonalAutoshiftStatus
- The status of zonal autoshift for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zonalAutoshiftStatus
DeletePracticeRunConfigurationResponse.Builder zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus) The status of zonal autoshift for the resource.
- Parameters:
zonalAutoshiftStatus
- The status of zonal autoshift for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-