public static interface CreateIngestionRequest.Builder extends AppFabricRequest.Builder, SdkPojo, CopyableBuilder<CreateIngestionRequest.Builder,CreateIngestionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateIngestionRequest.Builder |
app(String app)
The name of the application.
|
CreateIngestionRequest.Builder |
appBundleIdentifier(String appBundleIdentifier)
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the
request.
|
CreateIngestionRequest.Builder |
clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateIngestionRequest.Builder |
ingestionType(IngestionType ingestionType)
The ingestion type.
|
CreateIngestionRequest.Builder |
ingestionType(String ingestionType)
The ingestion type.
|
CreateIngestionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateIngestionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest.Builder |
tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
|
CreateIngestionRequest.Builder |
tenantId(String tenantId)
The ID of the application tenant.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateIngestionRequest.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.CreateIngestionRequest.Builder app(String app)
The name of the application.
Valid values are:
SLACK
ASANA
JIRA
M365
M365AUDITLOGS
ZOOM
ZENDESK
OKTA
GOOGLE
DROPBOX
SMARTSHEET
CISCO
app - The name of the application.
Valid values are:
SLACK
ASANA
JIRA
M365
M365AUDITLOGS
ZOOM
ZENDESK
OKTA
GOOGLE
DROPBOX
SMARTSHEET
CISCO
CreateIngestionRequest.Builder tenantId(String tenantId)
The ID of the application tenant.
tenantId - The ID of the application tenant.CreateIngestionRequest.Builder ingestionType(String ingestionType)
The ingestion type.
ingestionType - The ingestion type.IngestionType,
IngestionTypeCreateIngestionRequest.Builder ingestionType(IngestionType ingestionType)
The ingestion type.
ingestionType - The ingestion type.IngestionType,
IngestionTypeCreateIngestionRequest.Builder clientToken(String clientToken)
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the retry
fails with an IdempotentParameterMismatch error.
clientToken - Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the
request. This lets you safely retry the request without accidentally performing the same operation a
second time. Passing the same value to a later call to an operation requires that you also pass the
same value for all other parameters. We recommend that you use a UUID type of value.
If you don't provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ClientToken, but with different parameters, the
retry fails with an IdempotentParameterMismatch error.
CreateIngestionRequest.Builder tags(Collection<Tag> tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionRequest.Builder tags(Tag... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
tags - A map of the key-value pairs of the tag or tags to assign to the resource.CreateIngestionRequest.Builder tags(Consumer<Tag.Builder>... tags)
A map of the key-value pairs of the tag or tags to assign to the resource.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateIngestionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateIngestionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.