Interface UpdateZonalAutoshiftConfigurationResponse.Builder
- All Superinterfaces:
ArcZonalShiftResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateZonalAutoshiftConfigurationResponse.Builder,
,UpdateZonalAutoshiftConfigurationResponse> SdkBuilder<UpdateZonalAutoshiftConfigurationResponse.Builder,
,UpdateZonalAutoshiftConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateZonalAutoshiftConfigurationResponse
@Mutable
@NotThreadSafe
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 updated zonal autoshift status for the resource.zonalAutoshiftStatus
(ZonalAutoshiftStatus zonalAutoshiftStatus) The updated zonal autoshift status 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
-
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 updated zonal autoshift status for the resource.
- Parameters:
zonalAutoshiftStatus
- The updated zonal autoshift status for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
zonalAutoshiftStatus
UpdateZonalAutoshiftConfigurationResponse.Builder zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus) The updated zonal autoshift status for the resource.
- Parameters:
zonalAutoshiftStatus
- The updated zonal autoshift status for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-