Interface CreateBatchImportJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>,FraudDetectorRequest.Builder,SdkBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateBatchImportJobRequest
public static interface CreateBatchImportJobRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBatchImportJobRequest.BuildereventTypeName(String eventTypeName)The name of the event type.CreateBatchImportJobRequest.BuilderiamRoleArn(String iamRoleArn)The ARN of the IAM role created for Amazon S3 bucket that holds your data file.CreateBatchImportJobRequest.BuilderinputPath(String inputPath)The URI that points to the Amazon S3 location of your data file.CreateBatchImportJobRequest.BuilderjobId(String jobId)The ID of the batch import job.CreateBatchImportJobRequest.BuilderoutputPath(String outputPath)The URI that points to the Amazon S3 location for storing your results.CreateBatchImportJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateBatchImportJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateBatchImportJobRequest.Buildertags(Collection<Tag> tags)A collection of key-value pairs associated with this request.CreateBatchImportJobRequest.Buildertags(Consumer<Tag.Builder>... tags)A collection of key-value pairs associated with this request.CreateBatchImportJobRequest.Buildertags(Tag... tags)A collection of key-value pairs associated with this request.-
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.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
jobId
CreateBatchImportJobRequest.Builder jobId(String jobId)
The ID of the batch import job. The ID cannot be of a past job, unless the job exists in
CREATE_FAILEDstate.- Parameters:
jobId- The ID of the batch import job. The ID cannot be of a past job, unless the job exists inCREATE_FAILEDstate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputPath
CreateBatchImportJobRequest.Builder inputPath(String inputPath)
The URI that points to the Amazon S3 location of your data file.
- Parameters:
inputPath- The URI that points to the Amazon S3 location of your data file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputPath
CreateBatchImportJobRequest.Builder outputPath(String outputPath)
The URI that points to the Amazon S3 location for storing your results.
- Parameters:
outputPath- The URI that points to the Amazon S3 location for storing your results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
CreateBatchImportJobRequest.Builder eventTypeName(String eventTypeName)
The name of the event type.
- Parameters:
eventTypeName- The name of the event type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
CreateBatchImportJobRequest.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role created for Amazon S3 bucket that holds your data file.
The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.
- Parameters:
iamRoleArn- The ARN of the IAM role created for Amazon S3 bucket that holds your data file.The IAM role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBatchImportJobRequest.Builder tags(Collection<Tag> tags)
A collection of key-value pairs associated with this request.
- Parameters:
tags- A collection of key-value pairs associated with this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBatchImportJobRequest.Builder tags(Tag... tags)
A collection of key-value pairs associated with this request.
- Parameters:
tags- A collection of key-value pairs associated with this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateBatchImportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key-value pairs associated with this request.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
CreateBatchImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateBatchImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-