CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.arn(String arn) |
The Amazon Resource Name (ARN)
|
static CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.builder() |
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.description(String description) |
A description of the DataIntegration.
|
default CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.fileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration) |
The configuration for what files should be pulled from the source.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.fileConfiguration(FileConfiguration fileConfiguration) |
The configuration for what files should be pulled from the source.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.id(String id) |
A unique identifier.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.kmsKey(String kmsKey) |
The KMS key for the DataIntegration.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.name(String name) |
The name of the DataIntegration.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.objectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration) |
The configuration for what data should be pulled from the source.
|
default CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.scheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration) |
The name of the data and how often it should be pulled from the source.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.scheduleConfiguration(ScheduleConfiguration scheduleConfiguration) |
The name of the data and how often it should be pulled from the source.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.sourceURI(String sourceURI) |
The URI of the data source.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.Builder.tags(Map<String,String> tags) |
The tags used to organize, track, or control access for this resource.
|
CreateDataIntegrationResponse.Builder |
CreateDataIntegrationResponse.toBuilder() |
|