Interface GetIntegrationResponse.Builder

    • Method Detail

      • integrationName

        GetIntegrationResponse.Builder integrationName​(String integrationName)

        The name of the integration.

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

        GetIntegrationResponse.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

        GetIntegrationResponse.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
      • integrationDetails

        GetIntegrationResponse.Builder integrationDetails​(IntegrationDetails integrationDetails)

        A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.

        Parameters:
        integrationDetails - A structure that contains information about the integration configuration. For an integration with OpenSearch Service, this includes information about OpenSearch Service resources such as the collection, the workspace, and policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.