Interface DescribeDatasetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeDatasetRequest.Builder,
,DescribeDatasetRequest> LookoutVisionRequest.Builder
,SdkBuilder<DescribeDatasetRequest.Builder,
,DescribeDatasetRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
DescribeDatasetRequest
@Mutable
@NotThreadSafe
public static interface DescribeDatasetRequest.Builder
extends LookoutVisionRequest.Builder, SdkPojo, CopyableBuilder<DescribeDatasetRequest.Builder,DescribeDatasetRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetType
(String datasetType) The type of the dataset to describe.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.projectName
(String projectName) The name of the project that contains the dataset that you want to describe.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.lookoutvision.model.LookoutVisionRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
projectName
The name of the project that contains the dataset that you want to describe.
- Parameters:
projectName
- The name of the project that contains the dataset that you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetType
The type of the dataset to describe. Specify
train
to describe the training dataset. Specifytest
to describe the test dataset. If you have a single dataset project, specifytrain
- Parameters:
datasetType
- The type of the dataset to describe. Specifytrain
to describe the training dataset. Specifytest
to describe the test dataset. If you have a single dataset project, specifytrain
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDatasetRequest.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
DescribeDatasetRequest.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.
-