| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric |
Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.
|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateIngestionResponse |
AppFabricClient.createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
|
default CompletableFuture<CreateIngestionResponse> |
AppFabricAsyncClient.createIngestion(Consumer<CreateIngestionRequest.Builder> createIngestionRequest)
Creates a data ingestion for an application.
|
| Modifier and Type | Method and Description |
|---|---|
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(IngestionType ingestionType)
The ingestion type.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.ingestionType(String ingestionType)
The ingestion type.
|
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIngestionRequest.Builder |
CreateIngestionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateIngestionRequest.Builder> |
CreateIngestionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.