| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionId(String automationExecutionId)
The execution ID.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(AutomationExecutionStatus automationExecutionStatus)
The status of the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.automationExecutionStatus(String automationExecutionStatus)
The status of the execution.
|
static AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.builder() |
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.documentName(String documentName)
The name of the Automation document used during execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.documentVersion(String documentVersion)
The document version used during the execution.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executedBy(String executedBy)
The IAM role ARN of the user who executed the Automation.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executionEndTime(Date executionEndTime)
The time the execution finished.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.executionStartTime(Date executionStartTime)
The time the execution started.>
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.logFile(String logFile)
An Amazon S3 bucket where execution information is stored.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.Builder.outputs(Map<String,? extends Collection<String>> outputs)
The list of execution outputs as defined in the Automation document.
|
AutomationExecutionMetadata.Builder |
AutomationExecutionMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AutomationExecutionMetadata.Builder> |
AutomationExecutionMetadata.serializableBuilderClass() |
Copyright © 2017. All rights reserved.