public static interface ListPlaybackKeyPairsResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListPlaybackKeyPairsResponse.Builder,ListPlaybackKeyPairsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPlaybackKeyPairsResponse.Builder |
keyPairs(Collection<PlaybackKeyPairSummary> keyPairs)
List of key pairs.
|
ListPlaybackKeyPairsResponse.Builder |
keyPairs(Consumer<PlaybackKeyPairSummary.Builder>... keyPairs)
List of key pairs.
|
ListPlaybackKeyPairsResponse.Builder |
keyPairs(PlaybackKeyPairSummary... keyPairs)
List of key pairs.
|
ListPlaybackKeyPairsResponse.Builder |
nextToken(String nextToken)
If there are more key pairs than
maxResults, use nextToken in the request to get
the next set. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlaybackKeyPairsResponse.Builder keyPairs(Collection<PlaybackKeyPairSummary> keyPairs)
List of key pairs.
keyPairs - List of key pairs.ListPlaybackKeyPairsResponse.Builder keyPairs(PlaybackKeyPairSummary... keyPairs)
List of key pairs.
keyPairs - List of key pairs.ListPlaybackKeyPairsResponse.Builder keyPairs(Consumer<PlaybackKeyPairSummary.Builder>... keyPairs)
List of key pairs.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #keyPairs(List) .keyPairs - a consumer that will call methods on List.Builder #keyPairs(List) ListPlaybackKeyPairsResponse.Builder nextToken(String nextToken)
If there are more key pairs than maxResults, use nextToken in the request to get
the next set.
nextToken - If there are more key pairs than maxResults, use nextToken in the request to
get the next set.Copyright © 2021. All rights reserved.