Interface UpdateZonalAutoshiftConfigurationResponse.Builder
- All Superinterfaces:
ArcZonalShiftResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateZonalAutoshiftConfigurationResponse.Builder,
,UpdateZonalAutoshiftConfigurationResponse> SdkBuilder<UpdateZonalAutoshiftConfigurationResponse.Builder,
,UpdateZonalAutoshiftConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateZonalAutoshiftConfigurationResponse
public static interface UpdateZonalAutoshiftConfigurationResponse.Builder
extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<UpdateZonalAutoshiftConfigurationResponse.Builder,UpdateZonalAutoshiftConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionresourceIdentifier
(String resourceIdentifier) The identifier for the resource that you updated the zonal autoshift configuration for.zonalAutoshiftStatus
(String zonalAutoshiftStatus) The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.zonalAutoshiftStatus
(ZonalAutoshiftStatus zonalAutoshiftStatus) The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.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 Details
-
resourceIdentifier
The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.
- Parameters:
resourceIdentifier
- The identifier for the resource that you updated the zonal autoshift configuration for. The identifier is the Amazon Resource Name (ARN) for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
zonalAutoshiftStatus
The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
- Parameters:
zonalAutoshiftStatus
- The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zonalAutoshiftStatus
UpdateZonalAutoshiftConfigurationResponse.Builder zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus) The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.
- Parameters:
zonalAutoshiftStatus
- The zonal autoshift status for the resource that you updated the zonal autoshift configuration for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-