public static interface ListIngestionDestinationsRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<ListIngestionDestinationsRequest.Builder,ListIngestionDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIngestionDestinationsRequest.Builder |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
ListIngestionDestinationsRequest.Builder |
ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
|
ListIngestionDestinationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListIngestionDestinationsRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListIngestionDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIngestionDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIngestionDestinationsRequest.Builder appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
appBundleIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.ListIngestionDestinationsRequest.Builder ingestionIdentifier(String ingestionIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
ingestionIdentifier - The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the
request.ListIngestionDestinationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results that are returned per call. You can use nextToken to obtain
further pages of results.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
maxResults - The maximum number of results that are returned per call. You can use nextToken to obtain
further pages of results.
This is only an upper limit. The actual number of results returned per call might be fewer than the specified maximum.
ListIngestionDestinationsRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.ListIngestionDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIngestionDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.