Uses of Interface
software.amazon.awssdk.services.finspace.model.CreateKxUserResponse.Builder
-
Packages that use CreateKxUserResponse.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of CreateKxUserResponse.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return CreateKxUserResponse.Builder Modifier and Type Method Description static CreateKxUserResponse.BuilderCreateKxUserResponse. builder()CreateKxUserResponse.BuilderCreateKxUserResponse.Builder. environmentId(String environmentId)A unique identifier for the kdb environment.CreateKxUserResponse.BuilderCreateKxUserResponse.Builder. iamRole(String iamRole)The IAM role ARN that will be associated with the user.CreateKxUserResponse.BuilderCreateKxUserResponse. toBuilder()CreateKxUserResponse.BuilderCreateKxUserResponse.Builder. userArn(String userArn)The Amazon Resource Name (ARN) that identifies the user.CreateKxUserResponse.BuilderCreateKxUserResponse.Builder. userName(String userName)A unique identifier for the user.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type CreateKxUserResponse.Builder Modifier and Type Method Description static Class<? extends CreateKxUserResponse.Builder>CreateKxUserResponse. serializableBuilderClass()
-