Interface UpdateZonalAutoshiftConfigurationRequest.Builder
-
- All Superinterfaces:
ArcZonalShiftRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateZonalAutoshiftConfigurationRequest.Builder,UpdateZonalAutoshiftConfigurationRequest>,SdkBuilder<UpdateZonalAutoshiftConfigurationRequest.Builder,UpdateZonalAutoshiftConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateZonalAutoshiftConfigurationRequest
public static interface UpdateZonalAutoshiftConfigurationRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateZonalAutoshiftConfigurationRequest.Builder,UpdateZonalAutoshiftConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateZonalAutoshiftConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateZonalAutoshiftConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateZonalAutoshiftConfigurationRequest.BuilderresourceIdentifier(String resourceIdentifier)The identifier for the resource that you want to update the zonal autoshift configuration for.UpdateZonalAutoshiftConfigurationRequest.BuilderzonalAutoshiftStatus(String zonalAutoshiftStatus)The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.UpdateZonalAutoshiftConfigurationRequest.BuilderzonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for.-
Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
resourceIdentifier
UpdateZonalAutoshiftConfigurationRequest.Builder resourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update 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 want to update 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
UpdateZonalAutoshiftConfigurationRequest.Builder zonalAutoshiftStatus(String zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose
ENABLEDto authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.- Parameters:
zonalAutoshiftStatus- The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. ChooseENABLEDto authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZonalAutoshiftStatus,ZonalAutoshiftStatus
-
zonalAutoshiftStatus
UpdateZonalAutoshiftConfigurationRequest.Builder zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)
The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose
ENABLEDto authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.- Parameters:
zonalAutoshiftStatus- The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. ChooseENABLEDto authorize Amazon Web Services to shift away resource traffic for an application from an Availability Zone during events, on your behalf, to help reduce time to recovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ZonalAutoshiftStatus,ZonalAutoshiftStatus
-
overrideConfiguration
UpdateZonalAutoshiftConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateZonalAutoshiftConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-