Interface PopulateIdMappingTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<PopulateIdMappingTableRequest.Builder,,PopulateIdMappingTableRequest> SdkBuilder<PopulateIdMappingTableRequest.Builder,,PopulateIdMappingTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
PopulateIdMappingTableRequest
-
Method Summary
Modifier and TypeMethodDescriptionidMappingTableIdentifier(String idMappingTableIdentifier) The unique identifier of the ID mapping table that you want to populate.The job type of the rule-based ID mapping job.The job type of the rule-based ID mapping job.membershipIdentifier(String membershipIdentifier) The unique identifier of the membership that contains the ID mapping table that you want to populate.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
idMappingTableIdentifier
The unique identifier of the ID mapping table that you want to populate.
- Parameters:
idMappingTableIdentifier- The unique identifier of the ID mapping table that you want to populate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
membershipIdentifier
The unique identifier of the membership that contains the ID mapping table that you want to populate.
- Parameters:
membershipIdentifier- The unique identifier of the membership that contains the ID mapping table that you want to populate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobType
The job type of the rule-based ID mapping job. Valid values include:
INCREMENTAL: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution withincrementalRunConfigspecified.BATCH: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution butincrementalRunConfigwasn't specified.DELETE_ONLY: Processes only deletion requests fromBatchDeleteUniqueId, which is set in Entity Resolution.For more information about
incrementalRunConfigandBatchDeleteUniqueId, see the Entity Resolution API Reference.- Parameters:
jobType- The job type of the rule-based ID mapping job. Valid values include:INCREMENTAL: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution withincrementalRunConfigspecified.BATCH: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution butincrementalRunConfigwasn't specified.DELETE_ONLY: Processes only deletion requests fromBatchDeleteUniqueId, which is set in Entity Resolution.For more information about
incrementalRunConfigandBatchDeleteUniqueId, see the Entity Resolution API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobType
The job type of the rule-based ID mapping job. Valid values include:
INCREMENTAL: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution withincrementalRunConfigspecified.BATCH: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution butincrementalRunConfigwasn't specified.DELETE_ONLY: Processes only deletion requests fromBatchDeleteUniqueId, which is set in Entity Resolution.For more information about
incrementalRunConfigandBatchDeleteUniqueId, see the Entity Resolution API Reference.- Parameters:
jobType- The job type of the rule-based ID mapping job. Valid values include:INCREMENTAL: Processes only new or changed data since the last job run. This is the default job type if the ID mapping workflow was created in Entity Resolution withincrementalRunConfigspecified.BATCH: Processes all data from the input source, regardless of previous job runs. This is the default job type if the ID mapping workflow was created in Entity Resolution butincrementalRunConfigwasn't specified.DELETE_ONLY: Processes only deletion requests fromBatchDeleteUniqueId, which is set in Entity Resolution.For more information about
incrementalRunConfigandBatchDeleteUniqueId, see the Entity Resolution API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
PopulateIdMappingTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
PopulateIdMappingTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-