Interface IntegrationSummary.Builder

    • Method Detail

      • integrationName

        IntegrationSummary.Builder integrationName​(String integrationName)

        The name of this integration.

        Parameters:
        integrationName - The name of this integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrationType

        IntegrationSummary.Builder integrationType​(String integrationType)

        The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.

        Parameters:
        integrationType - The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntegrationType, IntegrationType
      • integrationType

        IntegrationSummary.Builder integrationType​(IntegrationType integrationType)

        The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.

        Parameters:
        integrationType - The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntegrationType, IntegrationType
      • integrationStatus

        IntegrationSummary.Builder integrationStatus​(String integrationStatus)

        The current status of this integration.

        Parameters:
        integrationStatus - The current status of this integration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IntegrationStatus, IntegrationStatus