Interface AutoshiftSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutoshiftSummary.Builder,,- AutoshiftSummary> - SdkBuilder<AutoshiftSummary.Builder,,- AutoshiftSummary> - SdkPojo
- Enclosing class:
- AutoshiftSummary
@Mutable
@NotThreadSafe
public static interface AutoshiftSummary.Builder
extends SdkPojo, CopyableBuilder<AutoshiftSummary.Builder,AutoshiftSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Availability Zone (for example,use1-az1) that traffic is shifted away from for a resource when Amazon Web Services starts an autoshift.The time (in UTC) when the autoshift ended.The time (in UTC) when the autoshift started.The status for an autoshift.status(AutoshiftExecutionStatus status) The status for an autoshift.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awayFromThe 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.- Parameters:
- 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:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endTimeThe time (in UTC) when the autoshift ended. - Parameters:
- endTime- The time (in UTC) when the autoshift ended.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
startTimeThe time (in UTC) when the autoshift started. - Parameters:
- startTime- The time (in UTC) when the autoshift started.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status for an autoshift. - Parameters:
- status- The status for an autoshift.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status for an autoshift. - Parameters:
- status- The status for an autoshift.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-