Interface ListDevicesForWirelessDeviceImportTaskRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDevicesForWirelessDeviceImportTaskRequest.Builder,
,ListDevicesForWirelessDeviceImportTaskRequest> IotWirelessRequest.Builder
,SdkBuilder<ListDevicesForWirelessDeviceImportTaskRequest.Builder,
,ListDevicesForWirelessDeviceImportTaskRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListDevicesForWirelessDeviceImportTaskRequest
public static interface ListDevicesForWirelessDeviceImportTaskRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesForWirelessDeviceImportTaskRequest.Builder,ListDevicesForWirelessDeviceImportTaskRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the import task for which wireless devices are listed.maxResults
(Integer maxResults) Sets the value of the MaxResults property for this object.To retrieve the next set of results, thenextToken
value from a previous response; otherwisenull
to receive the first set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the devices in the import task.status
(OnboardStatus status) The status of the devices in the import task.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.iotwireless.model.IotWirelessRequest.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 Details
-
id
The identifier of the import task for which wireless devices are listed.
- Parameters:
id
- The identifier of the import task for which wireless devices are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Sets the value of the MaxResults property for this object.- Parameters:
maxResults
- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
To retrieve the next set of results, the
nextToken
value from a previous response; otherwisenull
to receive the first set of results.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwisenull
to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the devices in the import task.
- Parameters:
status
- The status of the devices in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the devices in the import task.
- Parameters:
status
- The status of the devices in the import task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListDevicesForWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDevicesForWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-