Interface BatchGetJobEntityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetJobEntityRequest.Builder,BatchGetJobEntityRequest>,DeadlineRequest.Builder,SdkBuilder<BatchGetJobEntityRequest.Builder,BatchGetJobEntityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetJobEntityRequest
public static interface BatchGetJobEntityRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<BatchGetJobEntityRequest.Builder,BatchGetJobEntityRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
farmId
BatchGetJobEntityRequest.Builder farmId(String farmId)
The farm ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.
- Parameters:
farmId- The farm ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetId
BatchGetJobEntityRequest.Builder fleetId(String fleetId)
The fleet ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.
- Parameters:
fleetId- The fleet ID of the worker that's fetching job details. The worker must have an assignment on a job to fetch job details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchGetJobEntityRequest.Builder identifiers(Collection<JobEntityIdentifiersUnion> identifiers)
The job identifiers to include within the job entity batch details.
- Parameters:
identifiers- The job identifiers to include within the job entity batch details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchGetJobEntityRequest.Builder identifiers(JobEntityIdentifiersUnion... identifiers)
The job identifiers to include within the job entity batch details.
- Parameters:
identifiers- The job identifiers to include within the job entity batch details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifiers
BatchGetJobEntityRequest.Builder identifiers(Consumer<JobEntityIdentifiersUnion.Builder>... identifiers)
The job identifiers to include within the job entity batch details.
This is a convenience method that creates an instance of theJobEntityIdentifiersUnion.Builderavoiding the need to create one manually viaJobEntityIdentifiersUnion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#identifiers(List.) - Parameters:
identifiers- a consumer that will call methods onJobEntityIdentifiersUnion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#identifiers(java.util.Collection)
-
workerId
BatchGetJobEntityRequest.Builder workerId(String workerId)
The worker ID of the worker containing the job details to get.
- Parameters:
workerId- The worker ID of the worker containing the job details to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetJobEntityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetJobEntityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-