Interface DeletePracticeRunConfigurationResponse.Builder
-
- All Superinterfaces:
ArcZonalShiftResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DeletePracticeRunConfigurationResponse.Builder,DeletePracticeRunConfigurationResponse>,SdkBuilder<DeletePracticeRunConfigurationResponse.Builder,DeletePracticeRunConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeletePracticeRunConfigurationResponse
public static interface DeletePracticeRunConfigurationResponse.Builder extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<DeletePracticeRunConfigurationResponse.Builder,DeletePracticeRunConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeletePracticeRunConfigurationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource that you deleted the practice run for.DeletePracticeRunConfigurationResponse.Buildername(String name)The name of the resource that you deleted the practice run for.DeletePracticeRunConfigurationResponse.BuilderzonalAutoshiftStatus(String zonalAutoshiftStatus)The status of zonal autoshift for the resource.DeletePracticeRunConfigurationResponse.BuilderzonalAutoshiftStatus(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DeletePracticeRunConfigurationResponse.Builder arn(String 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
DeletePracticeRunConfigurationResponse.Builder name(String 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
DeletePracticeRunConfigurationResponse.Builder zonalAutoshiftStatus(String 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,ZonalAutoshiftStatus
-
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:
ZonalAutoshiftStatus,ZonalAutoshiftStatus
-
-