Interface CreateKxUserRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateKxUserRequest.Builder,CreateKxUserRequest>,FinspaceRequest.Builder,SdkBuilder<CreateKxUserRequest.Builder,CreateKxUserRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateKxUserRequest
public static interface CreateKxUserRequest.Builder extends FinspaceRequest.Builder, SdkPojo, CopyableBuilder<CreateKxUserRequest.Builder,CreateKxUserRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateKxUserRequest.BuilderclientToken(String clientToken)A token that ensures idempotency.CreateKxUserRequest.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment where you want to create a user.CreateKxUserRequest.BuilderiamRole(String iamRole)The IAM role ARN that will be associated with the user.CreateKxUserRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateKxUserRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateKxUserRequest.Buildertags(Map<String,String> tags)A list of key-value pairs to label the user.CreateKxUserRequest.BuilderuserName(String userName)A unique identifier for the user.-
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.finspace.model.FinspaceRequest.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
-
environmentId
CreateKxUserRequest.Builder environmentId(String environmentId)
A unique identifier for the kdb environment where you want to create a user.
- Parameters:
environmentId- A unique identifier for the kdb environment where you want to create a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userName
CreateKxUserRequest.Builder userName(String userName)
A unique identifier for the user.
- Parameters:
userName- A unique identifier for the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRole
CreateKxUserRequest.Builder iamRole(String iamRole)
The IAM role ARN that will be associated with the user.
- Parameters:
iamRole- The IAM role ARN that will be associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.
- Parameters:
tags- A list of key-value pairs to label the user. You can add up to 50 tags to a user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
CreateKxUserRequest.Builder clientToken(String clientToken)
A token that ensures idempotency. This token expires in 10 minutes.
- Parameters:
clientToken- A token that ensures idempotency. This token expires in 10 minutes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateKxUserRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateKxUserRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-