public static interface IntegrateServices.Builder extends SdkPojo, CopyableBuilder<IntegrateServices.Builder,IntegrateServices>
Modifier and Type | Method and Description |
---|---|
IntegrateServices.Builder |
athenaIntegrations(AthenaIntegration... athenaIntegrations)
Information about the integration with Amazon Athena.
|
IntegrateServices.Builder |
athenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
|
IntegrateServices.Builder |
athenaIntegrations(Consumer<AthenaIntegration.Builder>... athenaIntegrations)
Information about the integration with Amazon Athena.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
IntegrateServices.Builder athenaIntegrations(Collection<AthenaIntegration> athenaIntegrations)
Information about the integration with Amazon Athena.
athenaIntegrations
- Information about the integration with Amazon Athena.IntegrateServices.Builder athenaIntegrations(AthenaIntegration... athenaIntegrations)
Information about the integration with Amazon Athena.
athenaIntegrations
- Information about the integration with Amazon Athena.IntegrateServices.Builder athenaIntegrations(Consumer<AthenaIntegration.Builder>... athenaIntegrations)
Information about the integration with Amazon Athena.
This is a convenience method that creates an instance of theAthenaIntegration.Builder
avoiding the need to create one
manually via AthenaIntegration.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #athenaIntegrations(List
.
athenaIntegrations
- a consumer that will call methods on
AthenaIntegration.Builder
#athenaIntegrations(java.util.Collection)
Copyright © 2023. All rights reserved.