Interface AutoshiftInResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AutoshiftInResource.Builder,
,AutoshiftInResource> SdkBuilder<AutoshiftInResource.Builder,
,AutoshiftInResource> SdkPojo
- Enclosing class:
AutoshiftInResource
-
Method Summary
Modifier and TypeMethodDescriptionappliedStatus
(String appliedStatus) TheappliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active.appliedStatus
(AutoshiftAppliedStatus appliedStatus) TheappliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active.The Availability Zone that traffic is shifted away from for a resource, when Amazon Web Services starts an autoshift.The time (UTC) when the autoshift started.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
appliedStatus
The
appliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. TheappliedStatus
field for an autoshift for a resource can have one of two values:APPLIED
orNOT_APPLIED
. The zonal shift or autoshift that is currently in effect for the resource has an applied status set toAPPLIED
.The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.
For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
- Parameters:
appliedStatus
- TheappliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. TheappliedStatus
field for an autoshift for a resource can have one of two values:APPLIED
orNOT_APPLIED
. The zonal shift or autoshift that is currently in effect for the resource has an applied status set toAPPLIED
.The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.
For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appliedStatus
The
appliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. TheappliedStatus
field for an autoshift for a resource can have one of two values:APPLIED
orNOT_APPLIED
. The zonal shift or autoshift that is currently in effect for the resource has an applied status set toAPPLIED
.The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.
For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
- Parameters:
appliedStatus
- TheappliedStatus
field specifies which application traffic shift is in effect for a resource when there is more than one traffic shift active. There can be more than one application traffic shift in progress at the same time - that is, practice run zonal shifts, customer-started zonal shifts, or an autoshift. TheappliedStatus
field for an autoshift for a resource can have one of two values:APPLIED
orNOT_APPLIED
. The zonal shift or autoshift that is currently in effect for the resource has an applied status set toAPPLIED
.The overall principle for precedence is that zonal shifts that you start as a customer take precedence autoshifts, which take precedence over practice runs. That is, customer-started zonal shifts > autoshifts > practice run zonal shifts.
For more information, see How zonal autoshift and practice runs work in the Amazon Route 53 Application Recovery Controller Developer Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
awayFrom
The Availability Zone 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.
- Parameters:
awayFrom
- The Availability Zone 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:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
The time (UTC) when the autoshift started.
- Parameters:
startTime
- The time (UTC) when the autoshift started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-