Interface ListEdgeAgentConfigurationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>,KinesisVideoRequest.Builder,SdkBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEdgeAgentConfigurationsRequest
public static interface ListEdgeAgentConfigurationsRequest.Builder extends KinesisVideoRequest.Builder, SdkPojo, CopyableBuilder<ListEdgeAgentConfigurationsRequest.Builder,ListEdgeAgentConfigurationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEdgeAgentConfigurationsRequest.BuilderhubDeviceArn(String hubDeviceArn)The "Internet of Things (IoT) Thing" Arn of the edge agent.ListEdgeAgentConfigurationsRequest.BuildermaxResults(Integer maxResults)The maximum number of edge configurations to return in the response.ListEdgeAgentConfigurationsRequest.BuildernextToken(String nextToken)If you specify this parameter, when the result of aListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response.ListEdgeAgentConfigurationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEdgeAgentConfigurationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kinesisvideo.model.KinesisVideoRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
hubDeviceArn
ListEdgeAgentConfigurationsRequest.Builder hubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the edge agent.
- Parameters:
hubDeviceArn- The "Internet of Things (IoT) Thing" Arn of the edge agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEdgeAgentConfigurationsRequest.Builder maxResults(Integer maxResults)
The maximum number of edge configurations to return in the response. The default is 5.
- Parameters:
maxResults- The maximum number of edge configurations to return in the response. The default is 5.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEdgeAgentConfigurationsRequest.Builder nextToken(String nextToken)
If you specify this parameter, when the result of a
ListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response. To get another batch of edge configurations, provide this token in your next request.- Parameters:
nextToken- If you specify this parameter, when the result of aListEdgeAgentConfigurationsoperation is truncated, the call returns theNextTokenin the response. To get another batch of edge configurations, provide this token in your next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEdgeAgentConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEdgeAgentConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-