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 TypeMethodDescriptiondisplayName(String displayName) Display name for the integrationinstallationId(String installationId) Installation identifier from the providerintegrationId(String integrationId) Unique identifier of the integrationProvider typeProvider typeproviderType(String providerType) Type of provider integrationproviderType(ProviderType providerType) Type of provider integrationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
integrationId
Unique identifier of the integration
- Parameters:
integrationId- Unique identifier of the integration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
installationId
Installation identifier from the provider
- Parameters:
installationId- Installation identifier from the provider- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provider
Provider type
- Parameters:
provider- Provider type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
Provider type
- Parameters:
provider- Provider type- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
Type of provider integration
- Parameters:
providerType- Type of provider integration- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerType
Type of provider integration
- Parameters:
providerType- Type of provider integration- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayName
Display name for the integration
- Parameters:
displayName- Display name for the integration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-