CopyableBuilder<GetCelebrityInfoResponse.Builder,GetCelebrityInfoResponse>, SdkBuilder<GetCelebrityInfoResponse.Builder,GetCelebrityInfoResponse>public static interface GetCelebrityInfoResponse.Builder extends CopyableBuilder<GetCelebrityInfoResponse.Builder,GetCelebrityInfoResponse>
| Modifier and Type | Method | Description |
|---|---|---|
GetCelebrityInfoResponse.Builder |
name(String name) |
The name of the celebrity.
|
GetCelebrityInfoResponse.Builder |
urls(String... urls) |
An array of URLs pointing to additional celebrity information.
|
GetCelebrityInfoResponse.Builder |
urls(Collection<String> urls) |
An array of URLs pointing to additional celebrity information.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setUrls(java.util.Collection) or #withUrls(java.util.Collection) if you want to override the
existing values.
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.