public static interface ListRecordingConfigurationsRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<ListRecordingConfigurationsRequest.Builder,ListRecordingConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRecordingConfigurationsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of recording configurations to return.
|
ListRecordingConfigurationsRequest.Builder |
nextToken(String nextToken)
The first recording configuration to retrieve.
|
ListRecordingConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRecordingConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRecordingConfigurationsRequest.Builder maxResults(Integer maxResults)
Maximum number of recording configurations to return. Default: your service quota or 100, whichever is smaller.
maxResults - Maximum number of recording configurations to return. Default: your service quota or 100, whichever is
smaller.ListRecordingConfigurationsRequest.Builder nextToken(String nextToken)
The first recording configuration to retrieve. This is used for pagination; see the nextToken
response field.
nextToken - The first recording configuration to retrieve. This is used for pagination; see the
nextToken response field.ListRecordingConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRecordingConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.