Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
AttemptContainerDetail |
AttemptContainerDetail.clone() |
AttemptContainerDetail |
AttemptDetail.getContainer()
Details about the container in this job attempt.
|
AttemptContainerDetail |
AttemptContainerDetail.withContainerInstanceArn(String containerInstanceArn)
The Amazon Resource Name (ARN) of the Amazon ECS container instance that hosts the job attempt.
|
AttemptContainerDetail |
AttemptContainerDetail.withExitCode(Integer exitCode)
The exit code for the job attempt.
|
AttemptContainerDetail |
AttemptContainerDetail.withLogStreamName(String logStreamName)
The name of the CloudWatch Logs log stream associated with the container.
|
AttemptContainerDetail |
AttemptContainerDetail.withReason(String reason)
A short (255 max characters) human-readable string to provide additional details about a running or stopped
container.
|
AttemptContainerDetail |
AttemptContainerDetail.withTaskArn(String taskArn)
The Amazon Resource Name (ARN) of the Amazon ECS task that is associated with the job attempt.
|
Modifier and Type | Method and Description |
---|---|
void |
AttemptDetail.setContainer(AttemptContainerDetail container)
Details about the container in this job attempt.
|
AttemptDetail |
AttemptDetail.withContainer(AttemptContainerDetail container)
Details about the container in this job attempt.
|
Copyright © 2018. All rights reserved.