Interface IntegrationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>,SdkBuilder<IntegrationSummary.Builder,IntegrationSummary>,SdkPojo
- Enclosing class:
- IntegrationSummary
public static interface IntegrationSummary.Builder extends SdkPojo, CopyableBuilder<IntegrationSummary.Builder,IntegrationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegrationSummary.BuilderintegrationName(String integrationName)The name of this integration.IntegrationSummary.BuilderintegrationStatus(String integrationStatus)The current status of this integration.IntegrationSummary.BuilderintegrationStatus(IntegrationStatus integrationStatus)The current status of this integration.IntegrationSummary.BuilderintegrationType(String integrationType)The type of integration.IntegrationSummary.BuilderintegrationType(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 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 typeOPENSEARCH.- 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 typeOPENSEARCH.- 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
-
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:
IntegrationStatus,IntegrationStatus
-
-