Interface GetAutoshiftObserverNotificationStatusResponse.Builder
-
- All Superinterfaces:
ArcZonalShiftResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,GetAutoshiftObserverNotificationStatusResponse>,SdkBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,GetAutoshiftObserverNotificationStatusResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAutoshiftObserverNotificationStatusResponse
public static interface GetAutoshiftObserverNotificationStatusResponse.Builder extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,GetAutoshiftObserverNotificationStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAutoshiftObserverNotificationStatusResponse.Builderstatus(String status)The status of autoshift observer notification.GetAutoshiftObserverNotificationStatusResponse.Builderstatus(AutoshiftObserverNotificationStatus status)The status of autoshift observer notification.-
Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetAutoshiftObserverNotificationStatusResponse.Builder status(String status)
The status of autoshift observer notification. If the status is
ENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress. When the status isDISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.- Parameters:
status- The status of autoshift observer notification. If the status isENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress. When the status isDISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoshiftObserverNotificationStatus,AutoshiftObserverNotificationStatus
-
status
GetAutoshiftObserverNotificationStatusResponse.Builder status(AutoshiftObserverNotificationStatus status)
The status of autoshift observer notification. If the status is
ENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress. When the status isDISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.- Parameters:
status- The status of autoshift observer notification. If the status isENABLED, Route 53 ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress. When the status isDISABLED, Route 53 ARC includes only autoshift events for autoshifts when one or more of your resources is included in the autoshift.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AutoshiftObserverNotificationStatus,AutoshiftObserverNotificationStatus
-
-