public static interface GetDataIntegrationResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetDataIntegrationResponse.Builder,GetDataIntegrationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDataIntegrationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the DataIntegration.
|
GetDataIntegrationResponse.Builder |
description(String description)
The KMS key for the DataIntegration.
|
default GetDataIntegrationResponse.Builder |
fileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration)
The configuration for what files should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
fileConfiguration(FileConfiguration fileConfiguration)
The configuration for what files should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
id(String id)
A unique identifier.
|
GetDataIntegrationResponse.Builder |
kmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
GetDataIntegrationResponse.Builder |
name(String name)
The name of the DataIntegration.
|
GetDataIntegrationResponse.Builder |
objectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration)
The configuration for what data should be pulled from the source.
|
default GetDataIntegrationResponse.Builder |
scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
sourceURI(String sourceURI)
The URI of the data source.
|
GetDataIntegrationResponse.Builder |
tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDataIntegrationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the DataIntegration.
arn - The Amazon Resource Name (ARN) for the DataIntegration.GetDataIntegrationResponse.Builder id(String id)
A unique identifier.
id - A unique identifier.GetDataIntegrationResponse.Builder name(String name)
The name of the DataIntegration.
name - The name of the DataIntegration.GetDataIntegrationResponse.Builder description(String description)
The KMS key for the DataIntegration.
description - The KMS key for the DataIntegration.GetDataIntegrationResponse.Builder kmsKey(String kmsKey)
The KMS key for the DataIntegration.
kmsKey - The KMS key for the DataIntegration.GetDataIntegrationResponse.Builder sourceURI(String sourceURI)
The URI of the data source.
sourceURI - The URI of the data source.GetDataIntegrationResponse.Builder scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
scheduleConfiguration - The name of the data and how often it should be pulled from the source.default GetDataIntegrationResponse.Builder scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
This is a convenience method that creates an instance of theScheduleConfiguration.Builder avoiding
the need to create one manually via ScheduleConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to scheduleConfiguration(ScheduleConfiguration).
scheduleConfiguration - a consumer that will call methods on ScheduleConfiguration.BuilderscheduleConfiguration(ScheduleConfiguration)GetDataIntegrationResponse.Builder tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
tags - The tags used to organize, track, or control access for this resource. For example, { "tags":
{"key1":"value1", "key2":"value2"} }.GetDataIntegrationResponse.Builder fileConfiguration(FileConfiguration fileConfiguration)
The configuration for what files should be pulled from the source.
fileConfiguration - The configuration for what files should be pulled from the source.default GetDataIntegrationResponse.Builder fileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration)
The configuration for what files should be pulled from the source.
This is a convenience method that creates an instance of theFileConfiguration.Builder avoiding the
need to create one manually via FileConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to fileConfiguration(FileConfiguration).
fileConfiguration - a consumer that will call methods on FileConfiguration.BuilderfileConfiguration(FileConfiguration)GetDataIntegrationResponse.Builder objectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration)
The configuration for what data should be pulled from the source.
objectConfiguration - The configuration for what data should be pulled from the source.Copyright © 2023. All rights reserved.