public static interface ImportDatasetRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ImportDatasetRequest.Builder,ImportDatasetRequest>
| Modifier and Type | Method and Description |
|---|---|
ImportDatasetRequest.Builder |
clientToken(String clientToken)
A unique identifier for the request.
|
ImportDatasetRequest.Builder |
datasetName(String datasetName)
The name of the machine learning dataset to be created.
|
ImportDatasetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportDatasetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportDatasetRequest.Builder |
serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
|
ImportDatasetRequest.Builder |
sourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
|
ImportDatasetRequest.Builder |
tags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
|
ImportDatasetRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Any tags associated with the dataset to be created.
|
ImportDatasetRequest.Builder |
tags(Tag... tags)
Any tags associated with the dataset to be created.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildImportDatasetRequest.Builder sourceDatasetArn(String sourceDatasetArn)
The Amazon Resource Name (ARN) of the dataset to import.
sourceDatasetArn - The Amazon Resource Name (ARN) of the dataset to import.ImportDatasetRequest.Builder datasetName(String datasetName)
The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the name of the source dataset.
datasetName - The name of the machine learning dataset to be created. If the dataset already exists, Amazon Lookout
for Equipment overwrites the existing dataset. If you don't specify this field, it is filled with the
name of the source dataset.ImportDatasetRequest.Builder clientToken(String clientToken)
A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.
clientToken - A unique identifier for the request. If you do not set the client request token, Amazon Lookout for
Equipment generates one.ImportDatasetRequest.Builder serverSideKmsKeyId(String serverSideKmsKeyId)
Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.
serverSideKmsKeyId - Provides the identifier of the KMS key key used to encrypt model data by Amazon Lookout for Equipment.ImportDatasetRequest.Builder tags(Collection<Tag> tags)
Any tags associated with the dataset to be created.
tags - Any tags associated with the dataset to be created.ImportDatasetRequest.Builder tags(Tag... tags)
Any tags associated with the dataset to be created.
tags - Any tags associated with the dataset to be created.ImportDatasetRequest.Builder tags(Consumer<Tag.Builder>... tags)
Any tags associated with the dataset to be created.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ImportDatasetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderImportDatasetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.