Interface DisassociateUserProficienciesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<DisassociateUserProficienciesRequest.Builder,DisassociateUserProficienciesRequest>,SdkBuilder<DisassociateUserProficienciesRequest.Builder,DisassociateUserProficienciesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateUserProficienciesRequest
public static interface DisassociateUserProficienciesRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DisassociateUserProficienciesRequest.Builder,DisassociateUserProficienciesRequest>
-
-
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
DisassociateUserProficienciesRequest.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
DisassociateUserProficienciesRequest.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
DisassociateUserProficienciesRequest.Builder userProficiencies(Collection<UserProficiencyDisassociate> userProficiencies)
The proficiencies to disassociate from the user.
- Parameters:
userProficiencies- The proficiencies to disassociate from the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProficiencies
DisassociateUserProficienciesRequest.Builder userProficiencies(UserProficiencyDisassociate... userProficiencies)
The proficiencies to disassociate from the user.
- Parameters:
userProficiencies- The proficiencies to disassociate from the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProficiencies
DisassociateUserProficienciesRequest.Builder userProficiencies(Consumer<UserProficiencyDisassociate.Builder>... userProficiencies)
The proficiencies to disassociate from the user.
This is a convenience method that creates an instance of theUserProficiencyDisassociate.Builderavoiding the need to create one manually viaUserProficiencyDisassociate.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 onUserProficiencyDisassociate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userProficiencies(java.util.Collection)
-
overrideConfiguration
DisassociateUserProficienciesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateUserProficienciesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-