Interface CreateUploadJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateUploadJobRequest.Builder,
,CreateUploadJobRequest> CustomerProfilesRequest.Builder
,SdkBuilder<CreateUploadJobRequest.Builder,
,CreateUploadJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateUploadJobRequest
@Mutable
@NotThreadSafe
public static interface CreateUploadJobRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<CreateUploadJobRequest.Builder,CreateUploadJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataExpiry
(Integer dataExpiry) The expiry duration for the profiles ingested with the job.displayName
(String displayName) The unique name of the upload job.domainName
(String domainName) The unique name of the domain.fields
(Map<String, ObjectTypeField> fields) The mapping between CSV Columns and Profile Object attributes.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The unique key columns for de-duping the profiles used to map data to the profile.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The unique name of the domain. Domain should be exists for the upload job to be created.
- Parameters:
domainName
- The unique name of the domain. Domain should be exists for the upload job to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The unique name of the upload job. Could be a file name to identify the upload job.
- Parameters:
displayName
- The unique name of the upload job. Could be a file name to identify the upload job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fields
The mapping between CSV Columns and Profile Object attributes. A map of the name and ObjectType field.
- Parameters:
fields
- The mapping between CSV Columns and Profile Object attributes. A map of the name and ObjectType field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uniqueKey
The unique key columns for de-duping the profiles used to map data to the profile.
- Parameters:
uniqueKey
- The unique key columns for de-duping the profiles used to map data to the profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataExpiry
The expiry duration for the profiles ingested with the job. If not provided, the system default of 2 weeks is used.
- Parameters:
dataExpiry
- The expiry duration for the profiles ingested with the job. If not provided, the system default of 2 weeks is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateUploadJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateUploadJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-