static ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.builder() |
|
ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.Builder.ingestConfigurations(Collection<IngestConfigurationSummary> ingestConfigurations) |
List of the matching ingest configurations (summary information only).
|
ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.Builder.ingestConfigurations(Consumer<IngestConfigurationSummary.Builder>... ingestConfigurations) |
List of the matching ingest configurations (summary information only).
|
ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.Builder.ingestConfigurations(IngestConfigurationSummary... ingestConfigurations) |
List of the matching ingest configurations (summary information only).
|
ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.Builder.nextToken(String nextToken) |
If there are more IngestConfigurations than maxResults, use nextToken in the
request to get the next set.
|
ListIngestConfigurationsResponse.Builder |
ListIngestConfigurationsResponse.toBuilder() |
|