public static interface GetCelebrityInfoResponse.Builder extends RekognitionResponse.Builder, CopyableBuilder<GetCelebrityInfoResponse.Builder,GetCelebrityInfoResponse>
| Modifier and Type | Method and Description |
|---|---|
GetCelebrityInfoResponse.Builder |
name(String name)
The name of the celebrity.
|
GetCelebrityInfoResponse.Builder |
urls(Collection<String> urls)
An array of URLs pointing to additional celebrity information.
|
GetCelebrityInfoResponse.Builder |
urls(String... urls)
An array of URLs pointing to additional celebrity information.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetCelebrityInfoResponse.Builder urls(Collection<String> urls)
An array of URLs pointing to additional celebrity information.
urls - An array of URLs pointing to additional celebrity information.GetCelebrityInfoResponse.Builder urls(String... urls)
An array of URLs pointing to additional celebrity information.
urls - An array of URLs pointing to additional celebrity information.GetCelebrityInfoResponse.Builder name(String name)
The name of the celebrity.
name - The name of the celebrity.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.