Interface AssociateMemberToJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AssociateMemberToJobRequest.Builder,
,AssociateMemberToJobRequest> DeadlineRequest.Builder
,SdkBuilder<AssociateMemberToJobRequest.Builder,
,AssociateMemberToJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AssociateMemberToJobRequest
@Mutable
@NotThreadSafe
public static interface AssociateMemberToJobRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<AssociateMemberToJobRequest.Builder,AssociateMemberToJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the job to associate with the member.identityStoreId
(String identityStoreId) The member's identity store ID to associate with the job.The job ID to associate with the member.membershipLevel
(String membershipLevel) The principal's membership level for the associated job.membershipLevel
(MembershipLevel membershipLevel) The principal's membership level for the associated job.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.principalId
(String principalId) The member's principal ID to associate with the job.principalType
(String principalType) The member's principal type to associate with the job.principalType
(PrincipalType principalType) The member's principal type to associate with the job.The queue ID to associate to the member.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, sdkFieldNameToField, sdkFields
-
Method Details
-
farmId
The farm ID of the job to associate with the member.
- Parameters:
farmId
- The farm ID of the job to associate with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The queue ID to associate to the member.
- Parameters:
queueId
- The queue ID to associate to the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
The job ID to associate with the member.
- Parameters:
jobId
- The job ID to associate with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
The member's principal ID to associate with the job.
- Parameters:
principalId
- The member's principal ID to associate with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
The member's principal type to associate with the job.
- Parameters:
principalType
- The member's principal type to associate with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
principalType
The member's principal type to associate with the job.
- Parameters:
principalType
- The member's principal type to associate with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
identityStoreId
The member's identity store ID to associate with the job.
- Parameters:
identityStoreId
- The member's identity store ID to associate with the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipLevel
The principal's membership level for the associated job.
- Parameters:
membershipLevel
- The principal's membership level for the associated job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
membershipLevel
The principal's membership level for the associated job.
- Parameters:
membershipLevel
- The principal's membership level for the associated job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AssociateMemberToJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
AssociateMemberToJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-