Interface ListDataIntegrationsResponse.Builder
-
- All Superinterfaces:
AppIntegrationsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListDataIntegrationsResponse.Builder,ListDataIntegrationsResponse>,SdkBuilder<ListDataIntegrationsResponse.Builder,ListDataIntegrationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDataIntegrationsResponse
public static interface ListDataIntegrationsResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDataIntegrationsResponse.Builder,ListDataIntegrationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDataIntegrationsResponse.BuilderdataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)The DataIntegrations associated with this account.ListDataIntegrationsResponse.BuilderdataIntegrations(Consumer<DataIntegrationSummary.Builder>... dataIntegrations)The DataIntegrations associated with this account.ListDataIntegrationsResponse.BuilderdataIntegrations(DataIntegrationSummary... dataIntegrations)The DataIntegrations associated with this account.ListDataIntegrationsResponse.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
-
dataIntegrations
ListDataIntegrationsResponse.Builder dataIntegrations(Collection<DataIntegrationSummary> dataIntegrations)
The DataIntegrations associated with this account.
- Parameters:
dataIntegrations- The DataIntegrations associated with this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrations
ListDataIntegrationsResponse.Builder dataIntegrations(DataIntegrationSummary... dataIntegrations)
The DataIntegrations associated with this account.
- Parameters:
dataIntegrations- The DataIntegrations associated with this account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataIntegrations
ListDataIntegrationsResponse.Builder dataIntegrations(Consumer<DataIntegrationSummary.Builder>... dataIntegrations)
The DataIntegrations associated with this account.
This is a convenience method that creates an instance of theDataIntegrationSummary.Builderavoiding the need to create one manually viaDataIntegrationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataIntegrations(List.) - Parameters:
dataIntegrations- a consumer that will call methods onDataIntegrationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataIntegrations(java.util.Collection)
-
nextToken
ListDataIntegrationsResponse.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.
-
-