public static interface StartChangeRequestExecutionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<StartChangeRequestExecutionRequest.Builder,StartChangeRequestExecutionRequest>
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
StartChangeRequestExecutionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 (Automation documents) that are run during the runbook workflow.
|
StartChangeRequestExecutionRequest.Builder |
runbooks(Consumer<Runbook.Builder>... runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
StartChangeRequestExecutionRequest.Builder |
runbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
|
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.
|
StartChangeRequestExecutionRequest.Builder |
tags(Tag... tags)
Optional metadata that you assign to a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartChangeRequestExecutionRequest.Builder scheduledTime(Instant scheduledTime)
The date and time specified in the change request to run the Automation runbooks.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
scheduledTime - The date and time specified in the change request to run the Automation runbooks. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
StartChangeRequestExecutionRequest.Builder documentName(String documentName)
The name of the change template document to run during the runbook workflow.
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.
documentVersion - The version of the change template document to run during the runbook workflow.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.
parameters - A key-value map of parameters that match the declared parameters in the change template document.StartChangeRequestExecutionRequest.Builder changeRequestName(String changeRequestName)
The name of the change request associated with the runbook workflow to be run.
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. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
clientToken - The user-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID
format, and can't be reused.StartChangeRequestExecutionRequest.Builder runbooks(Collection<Runbook> runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
runbooks - Information about the Automation runbooks (Automation documents) that are run during the runbook
workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
StartChangeRequestExecutionRequest.Builder runbooks(Runbook... runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
runbooks - Information about the Automation runbooks (Automation documents) that are run during the runbook
workflow. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
StartChangeRequestExecutionRequest.Builder runbooks(Consumer<Runbook.Builder>... runbooks)
Information about the Automation runbooks (Automation documents) that are run during the runbook workflow.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #runbooks(List) .runbooks - a consumer that will call methods on List.Builder #runbooks(List) StartChangeRequestExecutionRequest.Builder tags(Collection<Tag> tags)
Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target AWS Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
tags - Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change
request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or
environment. For example, you might want to tag a change request to identify an environment or target
AWS Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
StartChangeRequestExecutionRequest.Builder tags(Tag... tags)
Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target AWS Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
tags - Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change
request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or
environment. For example, you might want to tag a change request to identify an environment or target
AWS Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
StartChangeRequestExecutionRequest.Builder tags(Consumer<Tag.Builder>... tags)
Optional metadata that you assign to a resource. You can specify a maximum of five tags for a change request. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a change request to identify an environment or target AWS Region. In this case, you could specify the following key-value pairs:
Key=Environment,Value=Production
Key=Region,Value=us-east-2
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) StartChangeRequestExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartChangeRequestExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.