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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateZonalAutoshiftConfigurationResponse.BuilderresourceIdentifier(String resourceIdentifier)The identifier for the resource that you updated the zonal autoshift configuration for.UpdateZonalAutoshiftConfigurationResponse.BuilderzonalAutoshiftStatus(String zonalAutoshiftStatus)The updated zonal autoshift status for the resource.UpdateZonalAutoshiftConfigurationResponse.BuilderzonalAutoshiftStatus(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
resourceIdentifier
UpdateZonalAutoshiftConfigurationResponse.Builder resourceIdentifier(String 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
UpdateZonalAutoshiftConfigurationResponse.Builder zonalAutoshiftStatus(String 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,ZonalAutoshiftStatus
-
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:
ZonalAutoshiftStatus,ZonalAutoshiftStatus
-
-