Interface GetAutoshiftObserverNotificationStatusResponse.Builder
- All Superinterfaces:
ArcZonalShiftResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,
,GetAutoshiftObserverNotificationStatusResponse> SdkBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,
,GetAutoshiftObserverNotificationStatusResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAutoshiftObserverNotificationStatusResponse
@Mutable
@NotThreadSafe
public static interface GetAutoshiftObserverNotificationStatusResponse.Builder
extends ArcZonalShiftResponse.Builder, SdkPojo, CopyableBuilder<GetAutoshiftObserverNotificationStatusResponse.Builder,GetAutoshiftObserverNotificationStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of autoshift observer notification.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
The status of autoshift observer notification. If the status is
ENABLED
, ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress
. When the status isDISABLED
, 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
, ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress
. When the status isDISABLED
, 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:
-
status
GetAutoshiftObserverNotificationStatusResponse.Builder status(AutoshiftObserverNotificationStatus status) The status of autoshift observer notification. If the status is
ENABLED
, ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress
. When the status isDISABLED
, 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
, ARC includes all autoshift events when you use the Amazon EventBridge patternAutoshift In Progress
. When the status isDISABLED
, 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:
-