Interface AssociateUserProficienciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<AssociateUserProficienciesRequest.Builder,AssociateUserProficienciesRequest>,SdkBuilder<AssociateUserProficienciesRequest.Builder,AssociateUserProficienciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateUserProficienciesRequest
public static interface AssociateUserProficienciesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<AssociateUserProficienciesRequest.Builder,AssociateUserProficienciesRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
instanceId
AssociateUserProficienciesRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN of the instance).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
AssociateUserProficienciesRequest.Builder userId(String userId)
The identifier of the user account.
- Parameters:
userId- The identifier of the user account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProficiencies
AssociateUserProficienciesRequest.Builder userProficiencies(Collection<UserProficiency> userProficiencies)
The proficiencies to associate with the user.
- Parameters:
userProficiencies- The proficiencies to associate with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProficiencies
AssociateUserProficienciesRequest.Builder userProficiencies(UserProficiency... userProficiencies)
The proficiencies to associate with the user.
- Parameters:
userProficiencies- The proficiencies to associate with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProficiencies
AssociateUserProficienciesRequest.Builder userProficiencies(Consumer<UserProficiency.Builder>... userProficiencies)
The proficiencies to associate with the user.
This is a convenience method that creates an instance of theUserProficiency.Builderavoiding the need to create one manually viaUserProficiency.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userProficiencies(List.) - Parameters:
userProficiencies- a consumer that will call methods onUserProficiency.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userProficiencies(java.util.Collection)
-
overrideConfiguration
AssociateUserProficienciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateUserProficienciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-