Uses of Interface
software.amazon.awssdk.services.ssm.model.Runbook.Builder
Packages that use Runbook.Builder
-
Uses of Runbook.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Runbook.BuilderModifier and TypeMethodDescriptionstatic Runbook.BuilderRunbook.builder()Runbook.Builder.documentName(String documentName) The name of the Automation runbook used in a runbook workflow.Runbook.Builder.documentVersion(String documentVersion) The version of the Automation runbook used in a runbook workflow.Runbook.Builder.maxConcurrency(String maxConcurrency) TheMaxConcurrencyvalue specified by the user when the operation started, indicating the maximum number of resources that the runbook operation can run on at the same time.TheMaxErrorsvalue specified by the user when the execution started, indicating the maximum number of errors that can occur during the operation before the updates are stopped or rolled back.Runbook.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The key-value map of execution parameters, which were supplied when callingStartChangeRequestExecution.Runbook.Builder.targetLocations(Collection<TargetLocation> targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.Runbook.Builder.targetLocations(Consumer<TargetLocation.Builder>... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.Runbook.Builder.targetLocations(TargetLocation... targetLocations) Information about the Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Runbook operation.Runbook.Builder.targetMaps(Collection<? extends Map<String, ? extends Collection<String>>> targetMaps) A key-value mapping of runbook parameters to target resources.Runbook.Builder.targetMaps(Map<String, ? extends Collection<String>>... targetMaps) A key-value mapping of runbook parameters to target resources.Runbook.Builder.targetParameterName(String targetParameterName) The name of the parameter used as the target resource for the rate-controlled runbook workflow.Runbook.Builder.targets(Collection<Target> targets) A key-value mapping to target resources that the runbook operation performs tasks on.Runbook.Builder.targets(Consumer<Target.Builder>... targets) A key-value mapping to target resources that the runbook operation performs tasks on.A key-value mapping to target resources that the runbook operation performs tasks on.Runbook.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Runbook.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Runbook.Builder>Runbook.serializableBuilderClass()