Interface BatchGetJobEntityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<BatchGetJobEntityResponse.Builder,
,BatchGetJobEntityResponse> DeadlineResponse.Builder
,SdkBuilder<BatchGetJobEntityResponse.Builder,
,BatchGetJobEntityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
BatchGetJobEntityResponse
@Mutable
@NotThreadSafe
public static interface BatchGetJobEntityResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<BatchGetJobEntityResponse.Builder,BatchGetJobEntityResponse>
-
Method Summary
Modifier and TypeMethodDescriptionentities
(Collection<JobEntity> entities) A list of the job entities, or details, in the batch.entities
(Consumer<JobEntity.Builder>... entities) A list of the job entities, or details, in the batch.A list of the job entities, or details, in the batch.errors
(Collection<GetJobEntityError> errors) A list of errors from the job error logs for the batch.errors
(Consumer<GetJobEntityError.Builder>... errors) A list of errors from the job error logs for the batch.errors
(GetJobEntityError... errors) A list of errors from the job error logs for the batch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
entities
A list of the job entities, or details, in the batch.
- Parameters:
entities
- A list of the job entities, or details, in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
A list of the job entities, or details, in the batch.
- Parameters:
entities
- A list of the job entities, or details, in the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entities
A list of the job entities, or details, in the batch.
This is a convenience method that creates an instance of theJobEntity.Builder
avoiding the need to create one manually viaJobEntity.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toentities(List<JobEntity>)
.- Parameters:
entities
- a consumer that will call methods onJobEntity.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errors
A list of errors from the job error logs for the batch.
- Parameters:
errors
- A list of errors from the job error logs for the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A list of errors from the job error logs for the batch.
- Parameters:
errors
- A list of errors from the job error logs for the batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A list of errors from the job error logs for the batch.
This is a convenience method that creates an instance of theGetJobEntityError.Builder
avoiding the need to create one manually viaGetJobEntityError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toerrors(List<GetJobEntityError>)
.- Parameters:
errors
- a consumer that will call methods onGetJobEntityError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-