Interface CreateDataSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateDataSetRequest.Builder,
,CreateDataSetRequest> DataExchangeRequest.Builder
,SdkBuilder<CreateDataSetRequest.Builder,
,CreateDataSetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateDataSetRequest
public static interface CreateDataSetRequest.Builder
extends DataExchangeRequest.Builder, SdkPojo, CopyableBuilder<CreateDataSetRequest.Builder,CreateDataSetRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe type of asset that is added to a data set.The type of asset that is added to a data set.description
(String description) A description for the data set.The name of the data set.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A data set tag is an optional label that you can assign to a data set when you create it.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.dataexchange.model.DataExchangeRequest.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 Details
-
assetType
The type of asset that is added to a data set.
- Parameters:
assetType
- The type of asset that is added to a data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
assetType
The type of asset that is added to a data set.
- Parameters:
assetType
- The type of asset that is added to a data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description for the data set. This value can be up to 16,348 characters long.
- Parameters:
description
- A description for the data set. This value can be up to 16,348 characters long.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the data set.
- Parameters:
name
- The name of the data set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateDataSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateDataSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-