Interface UpdateZonalAutoshiftConfigurationRequest.Builder

    • 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 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, 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 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, ZonalAutoshiftStatus