JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.finspace.model

Class CreateKxDatabaseResult

    • Constructor Detail

      • CreateKxDatabaseResult

        public CreateKxDatabaseResult()
    • Method Detail

      • setDatabaseName

        public void setDatabaseName(String databaseName)

        The name of the kdb database.

        Parameters:
        databaseName - The name of the kdb database.
      • getDatabaseName

        public String getDatabaseName()

        The name of the kdb database.

        Returns:
        The name of the kdb database.
      • withDatabaseName

        public CreateKxDatabaseResult withDatabaseName(String databaseName)

        The name of the kdb database.

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

        public void setDatabaseArn(String databaseArn)

        The ARN identifier of the database.

        Parameters:
        databaseArn - The ARN identifier of the database.
      • getDatabaseArn

        public String getDatabaseArn()

        The ARN identifier of the database.

        Returns:
        The ARN identifier of the database.
      • withDatabaseArn

        public CreateKxDatabaseResult withDatabaseArn(String databaseArn)

        The ARN identifier of the database.

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

        public void setEnvironmentId(String environmentId)

        A unique identifier for the kdb environment.

        Parameters:
        environmentId - A unique identifier for the kdb environment.
      • getEnvironmentId

        public String getEnvironmentId()

        A unique identifier for the kdb environment.

        Returns:
        A unique identifier for the kdb environment.
      • withEnvironmentId

        public CreateKxDatabaseResult withEnvironmentId(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.
      • setDescription

        public void setDescription(String description)

        A description of the database.

        Parameters:
        description - A description of the database.
      • getDescription

        public String getDescription()

        A description of the database.

        Returns:
        A description of the database.
      • withDescription

        public CreateKxDatabaseResult withDescription(String description)

        A description of the database.

        Parameters:
        description - A description of the database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedTimestamp

        public void setCreatedTimestamp(Date createdTimestamp)

        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        createdTimestamp - The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • getCreatedTimestamp

        public Date getCreatedTimestamp()

        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • withCreatedTimestamp

        public CreateKxDatabaseResult withCreatedTimestamp(Date createdTimestamp)

        The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        createdTimestamp - The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setLastModifiedTimestamp

        public void setLastModifiedTimestamp(Date lastModifiedTimestamp)

        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        lastModifiedTimestamp - The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • getLastModifiedTimestamp

        public Date getLastModifiedTimestamp()

        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Returns:
        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
      • withLastModifiedTimestamp

        public CreateKxDatabaseResult withLastModifiedTimestamp(Date lastModifiedTimestamp)

        The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

        Parameters:
        lastModifiedTimestamp - The last time that the database was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /