public static interface CreateDataSetRequest.Builder extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataSetRequest.Builder,CreateDataSetRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDataSetRequest.Builder |
assetType(AssetType assetType)
The type of asset that is added to a data set.
|
CreateDataSetRequest.Builder |
assetType(String assetType)
The type of asset that is added to a data set.
|
CreateDataSetRequest.Builder |
description(String description)
A description for the data set.
|
CreateDataSetRequest.Builder |
name(String name)
The name of the data set.
|
CreateDataSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateDataSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateDataSetRequest.Builder |
tags(Map<String,String> tags)
A data set tag is an optional label that you can assign to a data set when you create it.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDataSetRequest.Builder assetType(String assetType)
The type of asset that is added to a data set.
CreateDataSetRequest.Builder assetType(AssetType assetType)
The type of asset that is added to a data set.
CreateDataSetRequest.Builder description(String description)
A description for the data set. This value can be up to 16,348 characters long.
description - A description for the data set. This value can be up to 16,348 characters long.CreateDataSetRequest.Builder name(String name)
The name of the data set.
name - The name of the data set.CreateDataSetRequest.Builder tags(Map<String,String> tags)
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
tags - A data set tag is an optional label that you can assign to a data set when you create it. Each tag
consists of a key and an optional value, both of which you define. When you use tagging, you can also
use tag-based access control in IAM policies to control access to these data sets and revisions.CreateDataSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateDataSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.