Interface CreateDatasetExportJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDatasetExportJobRequest.Builder,CreateDatasetExportJobRequest>,PersonalizeRequest.Builder,SdkBuilder<CreateDatasetExportJobRequest.Builder,CreateDatasetExportJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDatasetExportJobRequest
public static interface CreateDatasetExportJobRequest.Builder extends PersonalizeRequest.Builder, SdkPojo, CopyableBuilder<CreateDatasetExportJobRequest.Builder,CreateDatasetExportJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateDatasetExportJobRequest.BuilderdatasetArn(String datasetArn)The Amazon Resource Name (ARN) of the dataset that contains the data to export.CreateDatasetExportJobRequest.BuilderingestionMode(String ingestionMode)The data to export, based on how you imported the data.CreateDatasetExportJobRequest.BuilderingestionMode(IngestionMode ingestionMode)The data to export, based on how you imported the data.CreateDatasetExportJobRequest.BuilderjobName(String jobName)The name for the dataset export job.default CreateDatasetExportJobRequest.BuilderjobOutput(Consumer<DatasetExportJobOutput.Builder> jobOutput)The path to the Amazon S3 bucket where the job's output is stored.CreateDatasetExportJobRequest.BuilderjobOutput(DatasetExportJobOutput jobOutput)The path to the Amazon S3 bucket where the job's output is stored.CreateDatasetExportJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDatasetExportJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateDatasetExportJobRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket.CreateDatasetExportJobRequest.Buildertags(Collection<Tag> tags)A list of tags to apply to the dataset export job.CreateDatasetExportJobRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of tags to apply to the dataset export job.CreateDatasetExportJobRequest.Buildertags(Tag... tags)A list of tags to apply to the dataset export job.-
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.personalize.model.PersonalizeRequest.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
-
jobName
CreateDatasetExportJobRequest.Builder jobName(String jobName)
The 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.
-
datasetArn
CreateDatasetExportJobRequest.Builder datasetArn(String datasetArn)
The 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.
-
ingestionMode
CreateDatasetExportJobRequest.Builder ingestionMode(String 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, 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 onlyBULKdata 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionMode,IngestionMode
-
ingestionMode
CreateDatasetExportJobRequest.Builder ingestionMode(IngestionMode 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, 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 onlyBULKdata 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IngestionMode,IngestionMode
-
roleArn
CreateDatasetExportJobRequest.Builder roleArn(String roleArn)
The 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.
-
jobOutput
CreateDatasetExportJobRequest.Builder jobOutput(DatasetExportJobOutput jobOutput)
The 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.
-
jobOutput
default 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 onDatasetExportJobOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
jobOutput(DatasetExportJobOutput)
-
tags
CreateDatasetExportJobRequest.Builder tags(Collection<Tag> tags)
A list of tags to apply to the dataset export job.
- Parameters:
tags- A list of tags to apply to the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDatasetExportJobRequest.Builder tags(Tag... tags)
A list of tags to apply to the dataset export job.
- Parameters:
tags- A list of tags to apply to the dataset export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateDatasetExportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A 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 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
CreateDatasetExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDatasetExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-