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.identityCenterRegion(String identityCenterRegion) The Region of the IAM Identity Center instance.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.
-
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:
-
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.
-
identityCenterRegion
The Region of the IAM Identity Center instance. If not provided, the service defaults to the Region of the farm.
- Parameters:
identityCenterRegion- The Region of the IAM Identity Center instance. If not provided, the service defaults to the Region of the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateMemberToFleetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-