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, sdkFieldscopyapplyMutation, buildIntegrateServices.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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #athenaIntegrations(List) .athenaIntegrations - a consumer that will call methods on List.Builder #athenaIntegrations(List) Copyright © 2022. All rights reserved.