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 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 #eventIntegrations(List) .eventIntegrations - a consumer that will call methods on List.Builder #eventIntegrations(List) 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 © 2021. All rights reserved.