public static interface FeatureMetadata.Builder extends SdkPojo, CopyableBuilder<FeatureMetadata.Builder,FeatureMetadata>
| Modifier and Type | Method and Description |
|---|---|
FeatureMetadata.Builder |
creationTime(Instant creationTime)
A timestamp indicating when the feature was created.
|
FeatureMetadata.Builder |
description(String description)
An optional description that you specify to better describe the feature.
|
FeatureMetadata.Builder |
featureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group.
|
FeatureMetadata.Builder |
featureGroupName(String featureGroupName)
The name of the feature group containing the feature.
|
FeatureMetadata.Builder |
featureName(String featureName)
The name of feature.
|
FeatureMetadata.Builder |
featureType(FeatureType featureType)
The data type of the feature.
|
FeatureMetadata.Builder |
featureType(String featureType)
The data type of the feature.
|
FeatureMetadata.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature was last modified.
|
FeatureMetadata.Builder |
parameters(Collection<FeatureParameter> parameters)
Optional key-value pairs that you specify to better describe the feature.
|
FeatureMetadata.Builder |
parameters(Consumer<FeatureParameter.Builder>... parameters)
Optional key-value pairs that you specify to better describe the feature.
|
FeatureMetadata.Builder |
parameters(FeatureParameter... parameters)
Optional key-value pairs that you specify to better describe the feature.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureMetadata.Builder featureGroupArn(String featureGroupArn)
The Amazon Resource Number (ARN) of the feature group.
featureGroupArn - The Amazon Resource Number (ARN) of the feature group.FeatureMetadata.Builder featureGroupName(String featureGroupName)
The name of the feature group containing the feature.
featureGroupName - The name of the feature group containing the feature.FeatureMetadata.Builder featureName(String featureName)
The name of feature.
featureName - The name of feature.FeatureMetadata.Builder featureType(String featureType)
The data type of the feature.
featureType - The data type of the feature.FeatureType,
FeatureTypeFeatureMetadata.Builder featureType(FeatureType featureType)
The data type of the feature.
featureType - The data type of the feature.FeatureType,
FeatureTypeFeatureMetadata.Builder creationTime(Instant creationTime)
A timestamp indicating when the feature was created.
creationTime - A timestamp indicating when the feature was created.FeatureMetadata.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp indicating when the feature was last modified.
lastModifiedTime - A timestamp indicating when the feature was last modified.FeatureMetadata.Builder description(String description)
An optional description that you specify to better describe the feature.
description - An optional description that you specify to better describe the feature.FeatureMetadata.Builder parameters(Collection<FeatureParameter> parameters)
Optional key-value pairs that you specify to better describe the feature.
parameters - Optional key-value pairs that you specify to better describe the feature.FeatureMetadata.Builder parameters(FeatureParameter... parameters)
Optional key-value pairs that you specify to better describe the feature.
parameters - Optional key-value pairs that you specify to better describe the feature.FeatureMetadata.Builder parameters(Consumer<FeatureParameter.Builder>... parameters)
Optional key-value pairs that you specify to better describe the feature.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #parameters(List) .parameters - a consumer that will call methods on List.Builder #parameters(List) Copyright © 2022. All rights reserved.