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