public static interface FeatureTransformation.Builder extends SdkPojo, CopyableBuilder<FeatureTransformation.Builder,FeatureTransformation>
| Modifier and Type | Method and Description |
|---|---|
FeatureTransformation.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the feature transformation.
|
FeatureTransformation.Builder |
defaultParameters(Map<String,String> defaultParameters)
Provides the default parameters for feature transformation.
|
FeatureTransformation.Builder |
featureTransformationArn(String featureTransformationArn)
The Amazon Resource Name (ARN) of the FeatureTransformation object.
|
FeatureTransformation.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the feature transformation.
|
FeatureTransformation.Builder |
name(String name)
The name of the feature transformation.
|
FeatureTransformation.Builder |
status(String status)
The status of the feature transformation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFeatureTransformation.Builder name(String name)
The name of the feature transformation.
name - The name of the feature transformation.FeatureTransformation.Builder featureTransformationArn(String featureTransformationArn)
The Amazon Resource Name (ARN) of the FeatureTransformation object.
featureTransformationArn - The Amazon Resource Name (ARN) of the FeatureTransformation object.FeatureTransformation.Builder defaultParameters(Map<String,String> defaultParameters)
Provides the default parameters for feature transformation.
defaultParameters - Provides the default parameters for feature transformation.FeatureTransformation.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the feature transformation.
creationDateTime - The creation date and time (in Unix time) of the feature transformation.FeatureTransformation.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the feature transformation.
lastUpdatedDateTime - The last update date and time (in Unix time) of the feature transformation.FeatureTransformation.Builder status(String status)
The status of the feature transformation.
A feature transformation can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
status - The status of the feature transformation.
A feature transformation can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
Copyright © 2021. All rights reserved.