public static interface CreateKxUserRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateKxUserRequest.Builder,CreateKxUserRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateKxUserRequest.Builder |
clientToken(String clientToken)
A token that ensures idempotency.
|
CreateKxUserRequest.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment where you want to create a user.
|
CreateKxUserRequest.Builder |
iamRole(String iamRole)
The IAM role ARN that will be associated with the user.
|
CreateKxUserRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateKxUserRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateKxUserRequest.Builder |
tags(Map<String,String> tags)
A list of key-value pairs to label the user.
|
CreateKxUserRequest.Builder |
userName(String userName)
A unique identifier for the user.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateKxUserRequest.Builder environmentId(String environmentId)
A unique identifier for the kdb environment where you want to create a user.
environmentId - A unique identifier for the kdb environment where you want to create a user.CreateKxUserRequest.Builder userName(String userName)
A unique identifier for the user.
userName - A unique identifier for the user.CreateKxUserRequest.Builder iamRole(String iamRole)
The IAM role ARN that will be associated with the user.
iamRole - The IAM role ARN that will be associated with the user.CreateKxUserRequest.Builder tags(Map<String,String> tags)
A list of key-value pairs to label the user. You can add up to 50 tags to a user.
tags - A list of key-value pairs to label the user. You can add up to 50 tags to a user.CreateKxUserRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
clientToken - A token that ensures idempotency. This token expires in 10 minutes.CreateKxUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateKxUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.