Interface AssociateMemberToFleetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateMemberToFleetRequest.Builder,AssociateMemberToFleetRequest>,DeadlineRequest.Builder,SdkBuilder<AssociateMemberToFleetRequest.Builder,AssociateMemberToFleetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateMemberToFleetRequest
public static interface AssociateMemberToFleetRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<AssociateMemberToFleetRequest.Builder,AssociateMemberToFleetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateMemberToFleetRequest.BuilderfarmId(String farmId)The farm ID of the fleet to associate with the member.AssociateMemberToFleetRequest.BuilderfleetId(String fleetId)The ID of the fleet to associate with a member.AssociateMemberToFleetRequest.BuilderidentityStoreId(String identityStoreId)The member's identity store ID to associate with the fleet.AssociateMemberToFleetRequest.BuildermembershipLevel(String membershipLevel)The principal's membership level for the associated fleet.AssociateMemberToFleetRequest.BuildermembershipLevel(MembershipLevel membershipLevel)The principal's membership level for the associated fleet.AssociateMemberToFleetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateMemberToFleetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateMemberToFleetRequest.BuilderprincipalId(String principalId)The member's principal ID to associate with a fleet.AssociateMemberToFleetRequest.BuilderprincipalType(String principalType)The member's principal type to associate with the fleet.AssociateMemberToFleetRequest.BuilderprincipalType(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, sdkFields
-
-
-
-
Method Detail
-
farmId
AssociateMemberToFleetRequest.Builder farmId(String 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
AssociateMemberToFleetRequest.Builder fleetId(String 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.
-
identityStoreId
AssociateMemberToFleetRequest.Builder identityStoreId(String 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
AssociateMemberToFleetRequest.Builder membershipLevel(String 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,MembershipLevel
-
membershipLevel
AssociateMemberToFleetRequest.Builder membershipLevel(MembershipLevel 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,MembershipLevel
-
principalId
AssociateMemberToFleetRequest.Builder principalId(String 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
AssociateMemberToFleetRequest.Builder principalType(String 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,PrincipalType
-
principalType
AssociateMemberToFleetRequest.Builder principalType(PrincipalType 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,PrincipalType
-
overrideConfiguration
AssociateMemberToFleetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateMemberToFleetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-