Interface GetKxUserResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetKxUserResponse.Builder,
,GetKxUserResponse> FinspaceResponse.Builder
,SdkBuilder<GetKxUserResponse.Builder,
,GetKxUserResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetKxUserResponse
@Mutable
@NotThreadSafe
public static interface GetKxUserResponse.Builder
extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxUserResponse.Builder,GetKxUserResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentId
(String environmentId) A unique identifier for the kdb environment.The IAM role ARN that is associated with the user.The Amazon Resource Name (ARN) that identifies the user.A unique identifier for the user.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
A unique identifier for the kdb environment.
- Parameters:
environmentId
- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRole
The IAM role ARN that is associated with the user.
- Parameters:
iamRole
- The IAM role ARN that is associated with the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-