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 method that creates an instance of thePlaybackKeyPairSummary.Builder avoiding the need to create
one manually via PlaybackKeyPairSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #keyPairs(List.
keyPairs - a consumer that will call methods on
PlaybackKeyPairSummary.Builder#keyPairs(java.util.Collection) 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 © 2023. All rights reserved.