public static interface ListRecordingConfigurationsResponse.Builder extends IvsResponse.Builder, SdkPojo, CopyableBuilder<ListRecordingConfigurationsResponse.Builder,ListRecordingConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsResponse.Builder |
nextToken(String nextToken)
If there are more recording configurations than
maxResults, use nextToken in the
request to get the next set. |
ListRecordingConfigurationsResponse.Builder |
recordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
|
ListRecordingConfigurationsResponse.Builder |
recordingConfigurations(Consumer<RecordingConfigurationSummary.Builder>... recordingConfigurations)
List of the matching recording configurations.
|
ListRecordingConfigurationsResponse.Builder |
recordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecordingConfigurationsResponse.Builder recordingConfigurations(Collection<RecordingConfigurationSummary> recordingConfigurations)
List of the matching recording configurations.
recordingConfigurations - List of the matching recording configurations.ListRecordingConfigurationsResponse.Builder recordingConfigurations(RecordingConfigurationSummary... recordingConfigurations)
List of the matching recording configurations.
recordingConfigurations - List of the matching recording configurations.ListRecordingConfigurationsResponse.Builder recordingConfigurations(Consumer<RecordingConfigurationSummary.Builder>... recordingConfigurations)
List of the matching recording configurations.
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 #recordingConfigurations(List)
.recordingConfigurations - a consumer that will call methods on List.Builder #recordingConfigurations(List) ListRecordingConfigurationsResponse.Builder nextToken(String nextToken)
If there are more recording configurations than maxResults, use nextToken in the
request to get the next set.
nextToken - If there are more recording configurations than maxResults, use nextToken in
the request to get the next set.Copyright © 2021. All rights reserved.