public static interface DeleteCollectionRequest.Builder extends RekognitionRequest.Builder, CopyableBuilder<DeleteCollectionRequest.Builder,DeleteCollectionRequest>
Modifier and Type | Method and Description |
---|---|
DeleteCollectionRequest.Builder |
collectionId(String collectionId)
ID of the collection to delete.
|
DeleteCollectionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteCollectionRequest.Builder collectionId(String collectionId)
ID of the collection to delete.
collectionId
- ID of the collection to delete.DeleteCollectionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.