Interface UpdateAutoshiftObserverNotificationStatusRequest.Builder
- All Superinterfaces:
ArcZonalShiftRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAutoshiftObserverNotificationStatusRequest.Builder,
,UpdateAutoshiftObserverNotificationStatusRequest> SdkBuilder<UpdateAutoshiftObserverNotificationStatusRequest.Builder,
,UpdateAutoshiftObserverNotificationStatusRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAutoshiftObserverNotificationStatusRequest
@Mutable
@NotThreadSafe
public static interface UpdateAutoshiftObserverNotificationStatusRequest.Builder
extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateAutoshiftObserverNotificationStatusRequest.Builder,UpdateAutoshiftObserverNotificationStatusRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status to set for autoshift observer notification.The status to set for autoshift observer notification.Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
-
Method Details
-
status
The status to set for 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 to set for 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
UpdateAutoshiftObserverNotificationStatusRequest.Builder status(AutoshiftObserverNotificationStatus status) The status to set for 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 to set for 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:
-
overrideConfiguration
UpdateAutoshiftObserverNotificationStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAutoshiftObserverNotificationStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-