Class AutoshiftSummary
- java.lang.Object
-
- software.amazon.awssdk.services.arczonalshift.model.AutoshiftSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>
@Generated("software.amazon.awssdk:codegen") public final class AutoshiftSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>
Information about an autoshift. Amazon Web Services starts an autoshift to temporarily move traffic for a resource away from an Availability Zone in an Amazon Web Services Region when Amazon Web Services determines that there's an issue in the Availability Zone that could potentially affect customers. You can configure zonal autoshift in Route 53 ARC for managed resources in your Amazon Web Services account in a Region. Supported Amazon Web Services resources are automatically registered with Route 53 ARC.
Autoshifts are temporary. When the Availability Zone recovers, Amazon Web Services ends the autoshift, and traffic for the resource is no longer directed to the other Availability Zones in the Region.
You can stop an autoshift for a resource by disabling zonal autoshift.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAutoshiftSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawayFrom()The Availability Zone (for example,use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift.static AutoshiftSummary.Builderbuilder()InstantendTime()The time (in UTC) when the autoshift ended.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AutoshiftSummary.Builder>serializableBuilderClass()InstantstartTime()The time (in UTC) when the autoshift started.AutoshiftExecutionStatusstatus()The status for an autoshift.StringstatusAsString()The status for an autoshift.AutoshiftSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
awayFrom
public final String awayFrom()
The Availability Zone (for example,
use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.- Returns:
- The Availability Zone (for example,
use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift. Until the autoshift ends, traffic for the resource is instead directed to other Availability Zones in the Amazon Web Services Region. An autoshift can end for a resource, for example, when Amazon Web Services ends the autoshift for the Availability Zone or when you disable zonal autoshift for the resource.
-
endTime
public final Instant endTime()
The time (in UTC) when the autoshift ended.
- Returns:
- The time (in UTC) when the autoshift ended.
-
startTime
public final Instant startTime()
The time (in UTC) when the autoshift started.
- Returns:
- The time (in UTC) when the autoshift started.
-
status
public final AutoshiftExecutionStatus status()
The status for an autoshift.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAutoshiftExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for an autoshift.
- See Also:
AutoshiftExecutionStatus
-
statusAsString
public final String statusAsString()
The status for an autoshift.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnAutoshiftExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status for an autoshift.
- See Also:
AutoshiftExecutionStatus
-
toBuilder
public AutoshiftSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary>
-
builder
public static AutoshiftSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends AutoshiftSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-