Interface DataIntegrationEventDatasetTargetConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataIntegrationEventDatasetTargetConfiguration.Builder,
,DataIntegrationEventDatasetTargetConfiguration> SdkBuilder<DataIntegrationEventDatasetTargetConfiguration.Builder,
,DataIntegrationEventDatasetTargetConfiguration> SdkPojo
- Enclosing class:
DataIntegrationEventDatasetTargetConfiguration
@Mutable
@NotThreadSafe
public static interface DataIntegrationEventDatasetTargetConfiguration.Builder
extends SdkPojo, CopyableBuilder<DataIntegrationEventDatasetTargetConfiguration.Builder,DataIntegrationEventDatasetTargetConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetIdentifier
(String datasetIdentifier) The datalake dataset ARN identifier.operationType
(String operationType) The target dataset load operation type.operationType
(DataIntegrationEventDatasetOperationType operationType) The target dataset load operation type.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, sdkFieldNameToField, sdkFields
-
Method Details
-
datasetIdentifier
The datalake dataset ARN identifier.
- Parameters:
datasetIdentifier
- The datalake dataset ARN identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationType
The target dataset load operation type.
- Parameters:
operationType
- The target dataset load operation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operationType
DataIntegrationEventDatasetTargetConfiguration.Builder operationType(DataIntegrationEventDatasetOperationType operationType) The target dataset load operation type.
- Parameters:
operationType
- The target dataset load operation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-