CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.app(String app) |
The name of the application.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.appBundleIdentifier(String appBundleIdentifier) |
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
static CreateIngestionRequest.Builder |
CreateIngestionRequest.builder() |
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.clientToken(String clientToken) |
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.ingestionType(String ingestionType) |
The ingestion type.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.ingestionType(IngestionType ingestionType) |
The ingestion type.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.tags(Collection<Tag> tags) |
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.tags(Tag... tags) |
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.tenantId(String tenantId) |
The ID of the application tenant.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.toBuilder() |
|