public static interface GetCelebrityInfoRequest.Builder extends RekognitionRequest.Builder, SdkPojo, CopyableBuilder<GetCelebrityInfoRequest.Builder,GetCelebrityInfoRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCelebrityInfoRequest.Builder |
id(String id)
The ID for the celebrity.
|
GetCelebrityInfoRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetCelebrityInfoRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildGetCelebrityInfoRequest.Builder id(String id)
The ID for the celebrity. You get the celebrity ID from a call to the operation, which recognizes celebrities in an image.
id - The ID for the celebrity. You get the celebrity ID from a call to the operation, which recognizes
celebrities in an image.GetCelebrityInfoRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetCelebrityInfoRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.