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 Summary
Modifier and TypeMethodDescriptionintegrationName
(String integrationName) The name of this integration.integrationStatus
(String integrationStatus) The current status of this integration.integrationStatus
(IntegrationStatus integrationStatus) The current status of this integration.integrationType
(String integrationType) The type of integration.integrationType
(IntegrationType integrationType) The type of integration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
The type of integration. Integrations with OpenSearch Service have the type
OPENSEARCH
.- Parameters:
integrationType
- The type of integration. Integrations with OpenSearch Service have the typeOPENSEARCH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 typeOPENSEARCH
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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:
-