Interface CollectionConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CollectionConfiguration.Builder,,CollectionConfiguration> SdkBuilder<CollectionConfiguration.Builder,,CollectionConfiguration> SdkPojo
- Enclosing class:
 CollectionConfiguration
public static interface CollectionConfiguration.Builder
extends SdkPojo, CopyableBuilder<CollectionConfiguration.Builder,CollectionConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncollectionName(String collectionName) The name of the tensor collection.collectionParameters(Map<String, String> collectionParameters) Parameter values for the tensor collection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
collectionName
The name of the tensor collection. The name must be unique relative to other rule configuration names.
- Parameters:
 collectionName- The name of the tensor collection. The name must be unique relative to other rule configuration names.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
collectionParameters
Parameter values for the tensor collection. The allowed parameters are
"name","include_regex","reduction_config","save_config","tensor_names", and"save_histogram".- Parameters:
 collectionParameters- Parameter values for the tensor collection. The allowed parameters are"name","include_regex","reduction_config","save_config","tensor_names", and"save_histogram".- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -