Interface KxUser.Builder

All Superinterfaces:
Buildable, CopyableBuilder<KxUser.Builder,KxUser>, SdkBuilder<KxUser.Builder,KxUser>, SdkPojo
Enclosing class:
KxUser

public static interface KxUser.Builder extends SdkPojo, CopyableBuilder<KxUser.Builder,KxUser>
  • Method Details

    • userArn

      KxUser.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.

      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.
    • userName

      KxUser.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

      KxUser.Builder iamRole(String 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.
    • createTimestamp

      KxUser.Builder createTimestamp(Instant createTimestamp)

      The timestamp at which the kdb user was created.

      Parameters:
      createTimestamp - The timestamp at which the kdb user was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateTimestamp

      KxUser.Builder updateTimestamp(Instant updateTimestamp)

      The timestamp at which the kdb user was updated.

      Parameters:
      updateTimestamp - The timestamp at which the kdb user was updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.