public static interface ListEdgeAgentConfigurationsResponse.Builder extends KinesisVideoResponse.Builder, SdkPojo, CopyableBuilder<ListEdgeAgentConfigurationsResponse.Builder,ListEdgeAgentConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEdgeAgentConfigurationsResponse.Builder |
edgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
|
ListEdgeAgentConfigurationsResponse.Builder |
edgeConfigs(Consumer<ListEdgeAgentConfigurationsEdgeConfig.Builder>... edgeConfigs)
A description of a single stream's edge configuration.
|
ListEdgeAgentConfigurationsResponse.Builder |
edgeConfigs(ListEdgeAgentConfigurationsEdgeConfig... edgeConfigs)
A description of a single stream's edge configuration.
|
ListEdgeAgentConfigurationsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, the call returns this element with a given token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEdgeAgentConfigurationsResponse.Builder edgeConfigs(Collection<ListEdgeAgentConfigurationsEdgeConfig> edgeConfigs)
A description of a single stream's edge configuration.
edgeConfigs - A description of a single stream's edge configuration.ListEdgeAgentConfigurationsResponse.Builder edgeConfigs(ListEdgeAgentConfigurationsEdgeConfig... edgeConfigs)
A description of a single stream's edge configuration.
edgeConfigs - A description of a single stream's edge configuration.ListEdgeAgentConfigurationsResponse.Builder edgeConfigs(Consumer<ListEdgeAgentConfigurationsEdgeConfig.Builder>... edgeConfigs)
A description of a single stream's edge configuration.
This is a convenience method that creates an instance of theListEdgeAgentConfigurationsEdgeConfig.Builder
avoiding the need to create one manually via
ListEdgeAgentConfigurationsEdgeConfig.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #edgeConfigs(List.
edgeConfigs - a consumer that will call methods on
ListEdgeAgentConfigurationsEdgeConfig.Builder#edgeConfigs(java.util.Collection) ListEdgeAgentConfigurationsResponse.Builder nextToken(String nextToken)
If the response is truncated, the call returns this element with a given token. To get the next batch of edge configurations, use this token in your next request.
nextToken - If the response is truncated, the call returns this element with a given token. To get the next batch
of edge configurations, use this token in your next request.Copyright © 2023. All rights reserved.