Interface ApplicationSummary.Builder

    • Method Detail

      • id

        ApplicationSummary.Builder id​(String id)

        The unique identifier of an OpenSearch application.

        Parameters:
        id - The unique identifier of an OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        ApplicationSummary.Builder arn​(String arn)
        Sets the value of the Arn property for this object.
        Parameters:
        arn - The new value for the Arn property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ApplicationSummary.Builder name​(String name)

        The name of an OpenSearch application.

        Parameters:
        name - The name of an OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endpoint

        ApplicationSummary.Builder endpoint​(String endpoint)

        The endpoint URL of an OpenSearch application.

        Parameters:
        endpoint - The endpoint URL of an OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ApplicationSummary.Builder status​(String status)

        The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • status

        ApplicationSummary.Builder status​(ApplicationStatus status)

        The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationStatus, ApplicationStatus
      • createdAt

        ApplicationSummary.Builder createdAt​(Instant createdAt)

        The timestamp when an OpenSearch application was created.

        Parameters:
        createdAt - The timestamp when an OpenSearch application was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedAt

        ApplicationSummary.Builder lastUpdatedAt​(Instant lastUpdatedAt)

        The timestamp of the last update to an OpenSearch application.

        Parameters:
        lastUpdatedAt - The timestamp of the last update to an OpenSearch application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.