Interface CreateKxUserResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateKxUserResponse.Builder,CreateKxUserResponse>, FinspaceResponse.Builder, SdkBuilder<CreateKxUserResponse.Builder,CreateKxUserResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
CreateKxUserResponse

public static interface CreateKxUserResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<CreateKxUserResponse.Builder,CreateKxUserResponse>
  • 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

      CreateKxUserResponse.Builder environmentId(String 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 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.