public static interface GetKxUserResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxUserResponse.Builder,GetKxUserResponse>
| Modifier and Type | Method and Description |
|---|---|
GetKxUserResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxUserResponse.Builder |
iamRole(String iamRole)
The IAM role ARN that is associated with the user.
|
GetKxUserResponse.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user.
|
GetKxUserResponse.Builder |
userName(String userName)
A unique identifier for the user.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKxUserResponse.Builder userName(String userName)
A unique identifier for the user.
userName - A unique identifier for the user.GetKxUserResponse.Builder userArn(String userArn)
The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.
userArn - The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to
use ARNs in policies, see IAM Identifiers
in the IAM User Guide.GetKxUserResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.GetKxUserResponse.Builder iamRole(String iamRole)
The IAM role ARN that is associated with the user.
iamRole - The IAM role ARN that is associated with the user.Copyright © 2023. All rights reserved.