public static interface ListWirelessGatewayTaskDefinitionsRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListWirelessGatewayTaskDefinitionsRequest.Builder,ListWirelessGatewayTaskDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWirelessGatewayTaskDefinitionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListWirelessGatewayTaskDefinitionsRequest.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListWirelessGatewayTaskDefinitionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWirelessGatewayTaskDefinitionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWirelessGatewayTaskDefinitionsRequest.Builder |
taskDefinitionType(String taskDefinitionType)
A filter to list only the wireless gateway task definitions that use this task definition type.
|
ListWirelessGatewayTaskDefinitionsRequest.Builder |
taskDefinitionType(WirelessGatewayTaskDefinitionType taskDefinitionType)
A filter to list only the wireless gateway task definitions that use this task definition type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWirelessGatewayTaskDefinitionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults - The maximum number of results to return in this operation.ListWirelessGatewayTaskDefinitionsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListWirelessGatewayTaskDefinitionsRequest.Builder taskDefinitionType(String taskDefinitionType)
A filter to list only the wireless gateway task definitions that use this task definition type.
taskDefinitionType - A filter to list only the wireless gateway task definitions that use this task definition type.WirelessGatewayTaskDefinitionType,
WirelessGatewayTaskDefinitionTypeListWirelessGatewayTaskDefinitionsRequest.Builder taskDefinitionType(WirelessGatewayTaskDefinitionType taskDefinitionType)
A filter to list only the wireless gateway task definitions that use this task definition type.
taskDefinitionType - A filter to list only the wireless gateway task definitions that use this task definition type.WirelessGatewayTaskDefinitionType,
WirelessGatewayTaskDefinitionTypeListWirelessGatewayTaskDefinitionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWirelessGatewayTaskDefinitionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.