Interface AssociateMemberToQueueRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<AssociateMemberToQueueRequest.Builder,
,AssociateMemberToQueueRequest> DeadlineRequest.Builder
,SdkBuilder<AssociateMemberToQueueRequest.Builder,
,AssociateMemberToQueueRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
AssociateMemberToQueueRequest
@Mutable
@NotThreadSafe
public static interface AssociateMemberToQueueRequest.Builder
extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<AssociateMemberToQueueRequest.Builder,AssociateMemberToQueueRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe farm ID of the queue to associate with the member.identityStoreId
(String identityStoreId) The member's identity store ID to associate with the queue.membershipLevel
(String membershipLevel) The principal's membership level for the associated queue.membershipLevel
(MembershipLevel membershipLevel) The principal's membership level for the associated queue.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 queue.principalType
(String principalType) The member's principal type to associate with the queue.principalType
(PrincipalType principalType) The member's principal type to associate with the queue.The ID of the queue 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 queue to associate with the member.
- Parameters:
farmId
- The farm ID of the queue to associate with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
The ID of the queue to associate to the member.
- Parameters:
queueId
- The ID of the queue to associate to 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 queue.
- Parameters:
principalId
- The member's principal ID to associate with the queue.- 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 queue.
- Parameters:
principalType
- The member's principal type to associate with the queue.- 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 queue.
- Parameters:
principalType
- The member's principal type to associate with the queue.- 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 queue.
- Parameters:
identityStoreId
- The member's identity store ID to associate with the queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipLevel
The principal's membership level for the associated queue.
- Parameters:
membershipLevel
- The principal's membership level for the associated queue.- 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 queue.
- Parameters:
membershipLevel
- The principal's membership level for the associated queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
AssociateMemberToQueueRequest.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
AssociateMemberToQueueRequest.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.
-