Uses of Interface
software.amazon.awssdk.services.ssm.model.StartChangeRequestExecutionRequest.Builder
Packages that use StartChangeRequestExecutionRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of StartChangeRequestExecutionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type StartChangeRequestExecutionRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.startChangeRequestExecution(Consumer<StartChangeRequestExecutionRequest.Builder> startChangeRequestExecutionRequest) SsmClient.startChangeRequestExecution(Consumer<StartChangeRequestExecutionRequest.Builder> startChangeRequestExecutionRequest) -
Uses of StartChangeRequestExecutionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StartChangeRequestExecutionRequest.BuilderModifier and TypeMethodDescriptionStartChangeRequestExecutionRequest.Builder.autoApprove(Boolean autoApprove) Indicates whether the change request can be approved automatically without the need for manual approvals.StartChangeRequestExecutionRequest.builder()StartChangeRequestExecutionRequest.Builder.changeDetails(String changeDetails) User-provided details about the change.StartChangeRequestExecutionRequest.Builder.changeRequestName(String changeRequestName) The name of the change request associated with the runbook workflow to be run.StartChangeRequestExecutionRequest.Builder.clientToken(String clientToken) The user-provided idempotency token.StartChangeRequestExecutionRequest.Builder.documentName(String documentName) The name of the change template document to run during the runbook workflow.StartChangeRequestExecutionRequest.Builder.documentVersion(String documentVersion) The version of the change template document to run during the runbook workflow.StartChangeRequestExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartChangeRequestExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartChangeRequestExecutionRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) A key-value map of parameters that match the declared parameters in the change template document.StartChangeRequestExecutionRequest.Builder.runbooks(Collection<Runbook> runbooks) Information about the Automation runbooks that are run during the runbook workflow.StartChangeRequestExecutionRequest.Builder.runbooks(Consumer<Runbook.Builder>... runbooks) Information about the Automation runbooks that are run during the runbook workflow.Information about the Automation runbooks that are run during the runbook workflow.StartChangeRequestExecutionRequest.Builder.scheduledEndTime(Instant scheduledEndTime) The time that the requester expects the runbook workflow related to the change request to complete.StartChangeRequestExecutionRequest.Builder.scheduledTime(Instant scheduledTime) The date and time specified in the change request to run the Automation runbooks.StartChangeRequestExecutionRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.Builder.tags(Consumer<Tag.Builder>... tags) Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.StartChangeRequestExecutionRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartChangeRequestExecutionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartChangeRequestExecutionRequest.Builder>StartChangeRequestExecutionRequest.serializableBuilderClass()