Interface ListEventIntegrationsResponse.Builder
-
- All Superinterfaces:
AppIntegrationsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListEventIntegrationsResponse.Builder,ListEventIntegrationsResponse>,SdkBuilder<ListEventIntegrationsResponse.Builder,ListEventIntegrationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEventIntegrationsResponse
public static interface ListEventIntegrationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListEventIntegrationsResponse.Builder,ListEventIntegrationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventIntegrationsResponse.BuildereventIntegrations(Collection<EventIntegration> eventIntegrations)The event integrations.ListEventIntegrationsResponse.BuildereventIntegrations(Consumer<EventIntegration.Builder>... eventIntegrations)The event integrations.ListEventIntegrationsResponse.BuildereventIntegrations(EventIntegration... eventIntegrations)The event integrations.ListEventIntegrationsResponse.BuildernextToken(String nextToken)If there are additional results, this is the token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.services.appintegrations.model.AppIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
eventIntegrations
ListEventIntegrationsResponse.Builder eventIntegrations(Collection<EventIntegration> eventIntegrations)
The event integrations.
- Parameters:
eventIntegrations- The event integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIntegrations
ListEventIntegrationsResponse.Builder eventIntegrations(EventIntegration... eventIntegrations)
The event integrations.
- Parameters:
eventIntegrations- The event integrations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventIntegrations
ListEventIntegrationsResponse.Builder eventIntegrations(Consumer<EventIntegration.Builder>... eventIntegrations)
The event integrations.
This is a convenience method that creates an instance of theEventIntegration.Builderavoiding the need to create one manually viaEventIntegration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventIntegrations(List.) - Parameters:
eventIntegrations- a consumer that will call methods onEventIntegration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventIntegrations(java.util.Collection)
-
nextToken
ListEventIntegrationsResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
- Parameters:
nextToken- If there are additional results, this is the token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-