Interface UpdateZonalAutoshiftConfigurationRequest.Builder

  • Method Details

    • 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 ENABLED to 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. Choose ENABLED to 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

      UpdateZonalAutoshiftConfigurationRequest.Builder zonalAutoshiftStatus(ZonalAutoshiftStatus zonalAutoshiftStatus)

      The zonal autoshift status for the resource that you want to update the zonal autoshift configuration for. Choose ENABLED to 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. Choose ENABLED to 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:
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.