Interface JsonClassifier.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JsonClassifier.Builder,
,JsonClassifier> SdkBuilder<JsonClassifier.Builder,
,JsonClassifier> SdkPojo
- Enclosing class:
JsonClassifier
public static interface JsonClassifier.Builder
extends SdkPojo, CopyableBuilder<JsonClassifier.Builder,JsonClassifier>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) The time that this classifier was registered.AJsonPath
string defining the JSON data for the classifier to classify.lastUpdated
(Instant lastUpdated) The time that this classifier was last updated.The name of the classifier.The version of this classifier.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
name
The name of the classifier.
- Parameters:
name
- The name of the classifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
The time that this classifier was registered.
- Parameters:
creationTime
- The time that this classifier was registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdated
The time that this classifier was last updated.
- Parameters:
lastUpdated
- The time that this classifier was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
The version of this classifier.
- Parameters:
version
- The version of this classifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jsonPath
A
JsonPath
string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.- Parameters:
jsonPath
- AJsonPath
string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-