Interface CreateKxEnvironmentResponse.Builder

    • Method Detail

      • name

        CreateKxEnvironmentResponse.Builder name​(String 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.
      • 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

        CreateKxEnvironmentResponse.Builder kmsKeyId​(String 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.