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
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ListDevicesForWirelessDeviceImportTaskRequest.Builder id(String 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
ListDevicesForWirelessDeviceImportTaskRequest.Builder maxResults(Integer 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
ListDevicesForWirelessDeviceImportTaskRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwisenullto receive the first set of results.- Parameters:
nextToken- To retrieve the next set of results, thenextTokenvalue from a previous response; otherwisenullto receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListDevicesForWirelessDeviceImportTaskRequest.Builder status(String 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:
OnboardStatus,OnboardStatus
-
status
ListDevicesForWirelessDeviceImportTaskRequest.Builder status(OnboardStatus 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:
OnboardStatus,OnboardStatus
-
overrideConfiguration
ListDevicesForWirelessDeviceImportTaskRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicesForWirelessDeviceImportTaskRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-