Interface CreateDatasetExportJobRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateDatasetExportJobRequest.Builder,,- CreateDatasetExportJobRequest> - PersonalizeRequest.Builder,- SdkBuilder<CreateDatasetExportJobRequest.Builder,,- CreateDatasetExportJobRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateDatasetExportJobRequest
- 
Method SummaryModifier and TypeMethodDescriptiondatasetArn(String datasetArn) The Amazon Resource Name (ARN) of the dataset that contains the data to export.ingestionMode(String ingestionMode) The data to export, based on how you imported the data.ingestionMode(IngestionMode ingestionMode) The data to export, based on how you imported the data.The name for the dataset export job.jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput) The path to the Amazon S3 bucket where the job's output is stored.jobOutput(DatasetExportJobOutput jobOutput) The path to the Amazon S3 bucket where the job's output is stored.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.tags(Collection<Tag> tags) A list of tags to apply to the dataset export job.tags(Consumer<Tag.Builder>... tags) A list of tags to apply to the dataset export job.A list of tags to apply to the dataset export job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.personalize.model.PersonalizeRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
jobNameThe name for the dataset export job. - Parameters:
- jobName- The name for the dataset export job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
datasetArnThe Amazon Resource Name (ARN) of the dataset that contains the data to export. - Parameters:
- datasetArn- The Amazon Resource Name (ARN) of the dataset that contains the data to export.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ingestionModeThe data to export, based on how you imported the data. You can choose to export only BULKdata that you imported using a dataset import job, onlyPUTdata that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), orALLfor both types. The default value isPUT.- Parameters:
- ingestionMode- The data to export, based on how you imported the data. You can choose to export only- BULKdata that you imported using a dataset import job, only- PUTdata that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or- ALLfor both types. The default value is- PUT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
ingestionModeThe data to export, based on how you imported the data. You can choose to export only BULKdata that you imported using a dataset import job, onlyPUTdata that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), orALLfor both types. The default value isPUT.- Parameters:
- ingestionMode- The data to export, based on how you imported the data. You can choose to export only- BULKdata that you imported using a dataset import job, only- PUTdata that you imported incrementally (using the console, PutEvents, PutUsers and PutItems operations), or- ALLfor both types. The default value is- PUT.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleArnThe Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket. - Parameters:
- roleArn- The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobOutputThe path to the Amazon S3 bucket where the job's output is stored. - Parameters:
- jobOutput- The path to the Amazon S3 bucket where the job's output is stored.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobOutputdefault CreateDatasetExportJobRequest.Builder jobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput) The path to the Amazon S3 bucket where the job's output is stored. This is a convenience method that creates an instance of theDatasetExportJobOutput.Builderavoiding the need to create one manually viaDatasetExportJobOutput.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobOutput(DatasetExportJobOutput).- Parameters:
- jobOutput- a consumer that will call methods on- DatasetExportJobOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
tags
- 
tags
- 
tagsA list of tags to apply to the dataset export job. 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 totags(List<Tag>).- Parameters:
- tags- a consumer that will call methods on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationCreateDatasetExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateDatasetExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-