Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ManagedAction.Builder
-
Packages that use ManagedAction.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ManagedAction.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ManagedAction.Builder Modifier and Type Method Description ManagedAction.BuilderManagedAction.Builder. actionDescription(String actionDescription)A description of the managed action.ManagedAction.BuilderManagedAction.Builder. actionId(String actionId)A unique identifier for the managed action.ManagedAction.BuilderManagedAction.Builder. actionType(String actionType)The type of managed action.ManagedAction.BuilderManagedAction.Builder. actionType(ActionType actionType)The type of managed action.static ManagedAction.BuilderManagedAction. builder()ManagedAction.BuilderManagedAction.Builder. status(String status)The status of the managed action.ManagedAction.BuilderManagedAction.Builder. status(ActionStatus status)The status of the managed action.ManagedAction.BuilderManagedAction. toBuilder()ManagedAction.BuilderManagedAction.Builder. windowStartTime(Instant windowStartTime)The start time of the maintenance window in which the managed action will execute.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ManagedAction.Builder Modifier and Type Method Description static Class<? extends ManagedAction.Builder>ManagedAction. serializableBuilderClass()
-