Interface AssociateMemberToFarmRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateMemberToFarmRequest.Builder,AssociateMemberToFarmRequest>,DeadlineRequest.Builder,SdkBuilder<AssociateMemberToFarmRequest.Builder,AssociateMemberToFarmRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateMemberToFarmRequest
public static interface AssociateMemberToFarmRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<AssociateMemberToFarmRequest.Builder,AssociateMemberToFarmRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateMemberToFarmRequest.BuilderfarmId(String farmId)The ID of the farm to associate with the member.AssociateMemberToFarmRequest.BuilderidentityStoreId(String identityStoreId)The identity store ID of the member to associate with the farm.AssociateMemberToFarmRequest.BuildermembershipLevel(String membershipLevel)The principal's membership level for the associated farm.AssociateMemberToFarmRequest.BuildermembershipLevel(MembershipLevel membershipLevel)The principal's membership level for the associated farm.AssociateMemberToFarmRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateMemberToFarmRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateMemberToFarmRequest.BuilderprincipalId(String principalId)The member's principal ID to associate with the farm.AssociateMemberToFarmRequest.BuilderprincipalType(String principalType)The principal type of the member to associate with the farm.AssociateMemberToFarmRequest.BuilderprincipalType(PrincipalType principalType)The principal type of the member to associate with the farm.-
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
AssociateMemberToFarmRequest.Builder farmId(String farmId)
The ID of the farm to associate with the member.
- Parameters:
farmId- The ID of the farm to associate with the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityStoreId
AssociateMemberToFarmRequest.Builder identityStoreId(String identityStoreId)
The identity store ID of the member to associate with the farm.
- Parameters:
identityStoreId- The identity store ID of the member to associate with the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipLevel
AssociateMemberToFarmRequest.Builder membershipLevel(String membershipLevel)
The principal's membership level for the associated farm.
- Parameters:
membershipLevel- The principal's membership level for the associated farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MembershipLevel,MembershipLevel
-
membershipLevel
AssociateMemberToFarmRequest.Builder membershipLevel(MembershipLevel membershipLevel)
The principal's membership level for the associated farm.
- Parameters:
membershipLevel- The principal's membership level for the associated farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MembershipLevel,MembershipLevel
-
principalId
AssociateMemberToFarmRequest.Builder principalId(String principalId)
The member's principal ID to associate with the farm.
- Parameters:
principalId- The member's principal ID to associate with the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalType
AssociateMemberToFarmRequest.Builder principalType(String principalType)
The principal type of the member to associate with the farm.
- Parameters:
principalType- The principal type of the member to associate with the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType,PrincipalType
-
principalType
AssociateMemberToFarmRequest.Builder principalType(PrincipalType principalType)
The principal type of the member to associate with the farm.
- Parameters:
principalType- The principal type of the member to associate with the farm.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PrincipalType,PrincipalType
-
overrideConfiguration
AssociateMemberToFarmRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateMemberToFarmRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-