public static interface ListEdgeAgentConfigurationsRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEdgeAgentConfigurationsRequest.Builder |
hubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
|
ListEdgeAgentConfigurationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of edge configurations to return in the response.
|
ListEdgeAgentConfigurationsRequest.Builder |
nextToken(String nextToken)
If you specify this parameter, when the result of a
ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. |
ListEdgeAgentConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEdgeAgentConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEdgeAgentConfigurationsRequest.Builder hubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
hubDeviceArn - The "Internet of Things (IoT) Thing" Arn of the edge agent.ListEdgeAgentConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of edge configurations to return in the response. The default is 5.
maxResults - The maximum number of edge configurations to return in the response. The default is 5.ListEdgeAgentConfigurationsRequest.Builder nextToken(String nextToken)
If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation is
truncated, the call returns the NextToken in the response. To get another batch of edge
configurations, provide this token in your next request.
nextToken - If you specify this parameter, when the result of a ListEdgeAgentConfigurations operation
is truncated, the call returns the NextToken in the response. To get another batch of
edge configurations, provide this token in your next request.ListEdgeAgentConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEdgeAgentConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.