Class UpdateZonalAutoshiftConfigurationRequest

    • Method Detail

      • resourceIdentifier

        public final 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.

        Returns:
        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.
      • zonalAutoshiftStatus

        public final 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.

        If the service returns an enum value that is not available in the current SDK version, zonalAutoshiftStatus will return ZonalAutoshiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from zonalAutoshiftStatusAsString().

        Returns:
        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.
        See Also:
        ZonalAutoshiftStatus
      • zonalAutoshiftStatusAsString

        public final String zonalAutoshiftStatusAsString()

        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.

        If the service returns an enum value that is not available in the current SDK version, zonalAutoshiftStatus will return ZonalAutoshiftStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from zonalAutoshiftStatusAsString().

        Returns:
        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.
        See Also:
        ZonalAutoshiftStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object