Interface GetDataIntegrationResponse.Builder
-
- All Superinterfaces:
AppIntegrationsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetDataIntegrationResponse.Builder,GetDataIntegrationResponse>,SdkBuilder<GetDataIntegrationResponse.Builder,GetDataIntegrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDataIntegrationResponse
public static interface GetDataIntegrationResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<GetDataIntegrationResponse.Builder,GetDataIntegrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetDataIntegrationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the DataIntegration.GetDataIntegrationResponse.Builderdescription(String description)The KMS key for the DataIntegration.default GetDataIntegrationResponse.BuilderfileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration)The configuration for what files should be pulled from the source.GetDataIntegrationResponse.BuilderfileConfiguration(FileConfiguration fileConfiguration)The configuration for what files should be pulled from the source.GetDataIntegrationResponse.Builderid(String id)A unique identifier.GetDataIntegrationResponse.BuilderkmsKey(String kmsKey)The KMS key for the DataIntegration.GetDataIntegrationResponse.Buildername(String name)The name of the DataIntegration.GetDataIntegrationResponse.BuilderobjectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration)The configuration for what data should be pulled from the source.default GetDataIntegrationResponse.BuilderscheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)The name of the data and how often it should be pulled from the source.GetDataIntegrationResponse.BuilderscheduleConfiguration(ScheduleConfiguration scheduleConfiguration)The name of the data and how often it should be pulled from the source.GetDataIntegrationResponse.BuildersourceURI(String sourceURI)The URI of the data source.GetDataIntegrationResponse.Buildertags(Map<String,String> tags)The tags used to organize, track, or control access for this resource.-
Methods inherited from interface software.amazon.awssdk.services.appintegrations.model.AppIntegrationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetDataIntegrationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the DataIntegration.
- Parameters:
arn- The Amazon Resource Name (ARN) for the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetDataIntegrationResponse.Builder id(String id)
A unique identifier.
- Parameters:
id- A unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetDataIntegrationResponse.Builder name(String name)
The name of the DataIntegration.
- Parameters:
name- The name of the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetDataIntegrationResponse.Builder description(String description)
The KMS key for the DataIntegration.
- Parameters:
description- The KMS key for the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
GetDataIntegrationResponse.Builder kmsKey(String kmsKey)
The KMS key for the DataIntegration.
- Parameters:
kmsKey- The KMS key for the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceURI
GetDataIntegrationResponse.Builder sourceURI(String sourceURI)
The URI of the data source.
- Parameters:
sourceURI- The URI of the data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleConfiguration
GetDataIntegrationResponse.Builder scheduleConfiguration(ScheduleConfiguration scheduleConfiguration)
The name of the data and how often it should be pulled from the source.
- Parameters:
scheduleConfiguration- The name of the data and how often it should be pulled from the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduleConfiguration
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.Builderavoiding the need to create one manually viaScheduleConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toscheduleConfiguration(ScheduleConfiguration).- Parameters:
scheduleConfiguration- a consumer that will call methods onScheduleConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
scheduleConfiguration(ScheduleConfiguration)
-
tags
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"} }.
- Parameters:
tags- The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileConfiguration
GetDataIntegrationResponse.Builder fileConfiguration(FileConfiguration fileConfiguration)
The configuration for what files should be pulled from the source.
- Parameters:
fileConfiguration- The configuration for what files should be pulled from the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileConfiguration
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.Builderavoiding the need to create one manually viaFileConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileConfiguration(FileConfiguration).- Parameters:
fileConfiguration- a consumer that will call methods onFileConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fileConfiguration(FileConfiguration)
-
objectConfiguration
GetDataIntegrationResponse.Builder objectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration)
The configuration for what data should be pulled from the source.
- Parameters:
objectConfiguration- The configuration for what data should be pulled from the source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-