Interface ApplicationSummary.Builder

    • Method Detail

      • id

        ApplicationSummary.Builder id​(String id)

        Unique identifier for an OpenSearch application.

        Parameters:
        id - Unique identifier for 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)

        Name of an OpenSearch Application.

        Parameters:
        name - 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)

        Endpoint URL of an OpenSearch Application.

        Parameters:
        endpoint - 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)

        Status of an OpenSearch Application. Possible values are CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - Status of an OpenSearch Application. Possible values are 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)

        Status of an OpenSearch Application. Possible values are CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

        Parameters:
        status - Status of an OpenSearch Application. Possible values are 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)

        Timestamp at which an OpenSearch Application was created.

        Parameters:
        createdAt - Timestamp at which 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)

        Timestamp at which an OpenSearch Application was last updated.

        Parameters:
        lastUpdatedAt - Timestamp at which an OpenSearch Application was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.