Interface IntegrationSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>, SdkBuilder<IntegrationSummary.Builder,IntegrationSummary>, SdkPojo
Enclosing class:
IntegrationSummary

@Mutable @NotThreadSafe public static interface IntegrationSummary.Builder extends SdkPojo, CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>
  • Method Details

    • 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

      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:
    • 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

      IntegrationSummary.Builder integrationStatus(IntegrationStatus 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: