Interface FeatureActivations.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FeatureActivations.Builder,FeatureActivations>,SdkBuilder<FeatureActivations.Builder,FeatureActivations>,SdkPojo
- Enclosing class:
- FeatureActivations
public static interface FeatureActivations.Builder extends SdkPojo, CopyableBuilder<FeatureActivations.Builder,FeatureActivations>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureActivations.BuilderinputPrepareScheduleActions(String inputPrepareScheduleActions)Enables the Input Prepare feature.FeatureActivations.BuilderinputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)Enables the Input Prepare feature.-
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 Detail
-
inputPrepareScheduleActions
FeatureActivations.Builder inputPrepareScheduleActions(String inputPrepareScheduleActions)
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.- Parameters:
inputPrepareScheduleActions- Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureActivationsInputPrepareScheduleActions,FeatureActivationsInputPrepareScheduleActions
-
inputPrepareScheduleActions
FeatureActivations.Builder inputPrepareScheduleActions(FeatureActivationsInputPrepareScheduleActions inputPrepareScheduleActions)
Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.- Parameters:
inputPrepareScheduleActions- Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled. If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureActivationsInputPrepareScheduleActions,FeatureActivationsInputPrepareScheduleActions
-
-