primaryRegion
The primary Region for a plan.
- Returns:
- The primary Region for a plan.
Serializable
, SdkPojo
, ToCopyableBuilder<AbbreviatedPlan.Builder,AbbreviatedPlan>
A summarized representation of a Region switch plan. This structure contains key information about a plan without all the detailed workflow and step data.
final String
final String
arn()
static AbbreviatedPlan.Builder
builder()
final String
final boolean
final boolean
equalsBySdkFields(Object obj)
final String
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final boolean
final String
name()
final String
owner()
final String
final RecoveryApproach
final String
final Integer
regions()
static Class<? extends AbbreviatedPlan.Builder>
final String
toString()
final Instant
final String
version()
copy
The Amazon Resource Name (ARN) of the Region switch plan.
The owner of a Region switch plan.
The name of a Region switch plan.
isEmpty()
method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.The Amazon Web Services Region specified for a Region switch plan.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRegions()
method.
The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).
If the service returns an enum value that is not available in the current SDK version, recoveryApproach
will return RecoveryApproach.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from recoveryApproachAsString()
.
The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).
If the service returns an enum value that is not available in the current SDK version, recoveryApproach
will return RecoveryApproach.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from recoveryApproachAsString()
.
The primary Region for a plan.
The timestamp when the plan execution was last updated.
The description of a Region switch plan.
The execution role is a way to categorize a Region switch plan.
Specifies if this is the active plan execution at this time.
The recovery time objective that you've specified.
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AbbreviatedPlan.Builder,AbbreviatedPlan>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo