| Package | Description |
|---|---|
| software.amazon.awssdk.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) for the DataIntegration.
|
static GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.builder() |
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.description(String description)
The KMS key for the DataIntegration.
|
default GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.fileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration)
The configuration for what files should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.fileConfiguration(FileConfiguration fileConfiguration)
The configuration for what files should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.id(String id)
A unique identifier.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.kmsKey(String kmsKey)
The KMS key for the DataIntegration.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.name(String name)
The name of the DataIntegration.
|
GetDataIntegrationResponse.Builder |
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 |
GetDataIntegrationResponse.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.sourceURI(String sourceURI)
The URI of the data source.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.Builder.tags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
GetDataIntegrationResponse.Builder |
GetDataIntegrationResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetDataIntegrationResponse.Builder> |
GetDataIntegrationResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.