public static interface CreateCollectionRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<CreateCollectionRequest.Builder,CreateCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateCollectionRequest.Builder |
collectionId(String collectionId)
ID for the collection that you are creating.
|
CreateCollectionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateCollectionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateCollectionRequest.Builder |
tags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the collection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCollectionRequest.Builder collectionId(String collectionId)
ID for the collection that you are creating.
collectionId - ID for the collection that you are creating.CreateCollectionRequest.Builder tags(Map<String,String> tags)
A set of tags (key-value pairs) that you want to attach to the collection.
tags - A set of tags (key-value pairs) that you want to attach to the collection.CreateCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.