DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.attempts(Collection<ServiceJobAttemptDetail> attempts) |
A list of job attempts associated with the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.attempts(Consumer<ServiceJobAttemptDetail.Builder>... attempts) |
A list of job attempts associated with the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.attempts(ServiceJobAttemptDetail... attempts) |
A list of job attempts associated with the service job.
|
static DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.builder() |
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.capacityUsage(Collection<ServiceJobCapacityUsageDetail> capacityUsage) |
The configured capacity for the service job, such as the number of instances.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.capacityUsage(Consumer<ServiceJobCapacityUsageDetail.Builder>... capacityUsage) |
The configured capacity for the service job, such as the number of instances.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.capacityUsage(ServiceJobCapacityUsageDetail... capacityUsage) |
The configured capacity for the service job, such as the number of instances.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.createdAt(Long createdAt) |
The Unix timestamp (in milliseconds) for when the service job was created.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.isTerminated(Boolean isTerminated) |
Indicates whether the service job has been terminated.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.jobArn(String jobArn) |
The Amazon Resource Name (ARN) of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.jobId(String jobId) |
The job ID for the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.jobName(String jobName) |
The name of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.jobQueue(String jobQueue) |
The ARN of the job queue that the service job is associated with.
|
default DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.latestAttempt(Consumer<LatestServiceJobAttempt.Builder> latestAttempt) |
The latest attempt associated with the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.latestAttempt(LatestServiceJobAttempt latestAttempt) |
The latest attempt associated with the service job.
|
default DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.preemptionConfiguration(Consumer<ServiceJobPreemptionConfiguration.Builder> preemptionConfiguration) |
Specifies the service job behavior when preempted.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.preemptionConfiguration(ServiceJobPreemptionConfiguration preemptionConfiguration) |
Specifies the service job behavior when preempted.
|
default DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.preemptionSummary(Consumer<ServiceJobPreemptionSummary.Builder> preemptionSummary) |
Summarizes the preemptions of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.preemptionSummary(ServiceJobPreemptionSummary preemptionSummary) |
Summarizes the preemptions of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.quotaShareName(String quotaShareName) |
The name of the quota share that the service job is associated with.
|
default DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.retryStrategy(Consumer<ServiceJobRetryStrategy.Builder> retryStrategy) |
The retry strategy to use for failed service jobs that are submitted with this service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.retryStrategy(ServiceJobRetryStrategy retryStrategy) |
The retry strategy to use for failed service jobs that are submitted with this service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.scheduledAt(Long scheduledAt) |
The Unix timestamp (in milliseconds) for when the service job was scheduled.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.schedulingPriority(Integer schedulingPriority) |
The scheduling priority of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.serviceJobType(String serviceJobType) |
The type of service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.serviceJobType(ServiceJobType serviceJobType) |
The type of service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.serviceRequestPayload(String serviceRequestPayload) |
The request, in JSON, for the service that the SubmitServiceJob operation is queueing.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.shareIdentifier(String shareIdentifier) |
The share identifier for the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.startedAt(Long startedAt) |
The Unix timestamp (in milliseconds) for when the service job was started.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.status(String status) |
The current status of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.status(ServiceJobStatus status) |
The current status of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.statusReason(String statusReason) |
A short, human-readable string to provide more details for the current status of the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.stoppedAt(Long stoppedAt) |
The Unix timestamp (in milliseconds) for when the service job stopped running.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.tags(Map<String,String> tags) |
The tags that are associated with the service job.
|
default DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.timeoutConfig(Consumer<ServiceJobTimeout.Builder> timeoutConfig) |
The timeout configuration for the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.Builder.timeoutConfig(ServiceJobTimeout timeoutConfig) |
The timeout configuration for the service job.
|
DescribeServiceJobResponse.Builder |
DescribeServiceJobResponse.toBuilder() |
|