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