Interface CreateDataIntegrationResponse.Builder
-
- All Superinterfaces:
AppIntegrationsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataIntegrationResponse.Builder,CreateDataIntegrationResponse>,SdkBuilder<CreateDataIntegrationResponse.Builder,CreateDataIntegrationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDataIntegrationResponse
public static interface CreateDataIntegrationResponse.Builder extends AppIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<CreateDataIntegrationResponse.Builder,CreateDataIntegrationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateDataIntegrationResponse.Builderarn(String arn)The Amazon Resource Name (ARN)CreateDataIntegrationResponse.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateDataIntegrationResponse.Builderdescription(String description)A description of the DataIntegration.default CreateDataIntegrationResponse.BuilderfileConfiguration(Consumer<FileConfiguration.Builder> fileConfiguration)The configuration for what files should be pulled from the source.CreateDataIntegrationResponse.BuilderfileConfiguration(FileConfiguration fileConfiguration)The configuration for what files should be pulled from the source.CreateDataIntegrationResponse.Builderid(String id)A unique identifier.CreateDataIntegrationResponse.BuilderkmsKey(String kmsKey)The KMS key for the DataIntegration.CreateDataIntegrationResponse.Buildername(String name)The name of the DataIntegration.CreateDataIntegrationResponse.BuilderobjectConfiguration(Map<String,? extends Map<String,? extends Collection<String>>> objectConfiguration)The configuration for what data should be pulled from the source.default CreateDataIntegrationResponse.BuilderscheduleConfiguration(Consumer<ScheduleConfiguration.Builder> scheduleConfiguration)The name of the data and how often it should be pulled from the source.CreateDataIntegrationResponse.BuilderscheduleConfiguration(ScheduleConfiguration scheduleConfiguration)The name of the data and how often it should be pulled from the source.CreateDataIntegrationResponse.BuildersourceURI(String sourceURI)The URI of the data source.CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN)
- Parameters:
arn- The Amazon Resource Name (ARN)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.Builder description(String description)
A description of the DataIntegration.
- Parameters:
description- A description of the DataIntegration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKey
CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.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 CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.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.
-
clientToken
CreateDataIntegrationResponse.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
- Parameters:
clientToken- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileConfiguration
CreateDataIntegrationResponse.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 CreateDataIntegrationResponse.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
CreateDataIntegrationResponse.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.
-
-