Interface CreateKxEnvironmentResponse.Builder

  • Method Details

    • name

      The name of the kdb environment.

      Parameters:
      name - The name of the kdb environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the kdb environment.

      Parameters:
      status - The status of the kdb environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the kdb environment.

      Parameters:
      status - The status of the kdb environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • environmentId

      CreateKxEnvironmentResponse.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.
    • description

      CreateKxEnvironmentResponse.Builder description(String description)

      A description for the kdb environment.

      Parameters:
      description - A description for the kdb environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • environmentArn

      CreateKxEnvironmentResponse.Builder environmentArn(String environmentArn)

      The ARN identifier of the environment.

      Parameters:
      environmentArn - The ARN identifier of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      The KMS key ID to encrypt your data in the FinSpace environment.

      Parameters:
      kmsKeyId - The KMS key ID to encrypt your data in the FinSpace environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTimestamp

      CreateKxEnvironmentResponse.Builder creationTimestamp(Instant creationTimestamp)

      The timestamp at which the kdb environment was created in FinSpace.

      Parameters:
      creationTimestamp - The timestamp at which the kdb environment was created in FinSpace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.