public static interface DeleteUserRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<DeleteUserRequest.Builder,DeleteUserRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteUserRequest.Builder |
instanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
DeleteUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteUserRequest.Builder |
userId(String userId)
The identifier of the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteUserRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.DeleteUserRequest.Builder userId(String userId)
The identifier of the user.
userId - The identifier of the user.DeleteUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.