public static interface ListEventIntegrationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListEventIntegrationsResponse.Builder,ListEventIntegrationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEventIntegrationsResponse.Builder |
eventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
|
ListEventIntegrationsResponse.Builder |
eventIntegrations(Consumer<EventIntegration.Builder>... eventIntegrations)
The event integrations.
|
ListEventIntegrationsResponse.Builder |
eventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
|
ListEventIntegrationsResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventIntegrationsResponse.Builder eventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
eventIntegrations - The event integrations.ListEventIntegrationsResponse.Builder eventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
eventIntegrations - The event integrations.ListEventIntegrationsResponse.Builder eventIntegrations(Consumer<EventIntegration.Builder>... eventIntegrations)
The event integrations.
This is a convenience method that creates an instance of theEventIntegration.Builder avoiding the need to
create one manually via
EventIntegration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventIntegrations(List.
eventIntegrations - a consumer that will call methods on
EventIntegration.Builder#eventIntegrations(java.util.Collection) ListEventIntegrationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2023. All rights reserved.