Interface ListDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,SdkBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,SdkPojo,SdkRequest.Builder,SnowDeviceManagementRequest.Builder
- Enclosing class:
- ListDevicesRequest
public static interface ListDevicesRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicesRequest.BuilderjobId(String jobId)The ID of the job used to order the device.ListDevicesRequest.BuildermaxResults(Integer maxResults)The maximum number of devices to list per page.ListDevicesRequest.BuildernextToken(String nextToken)A pagination token to continue to the next page of results.ListDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementRequest.Builder
build
-
-
-
-
Method Detail
-
jobId
ListDevicesRequest.Builder jobId(String jobId)
The ID of the job used to order the device.
- Parameters:
jobId- The ID of the job used to order the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of devices to list per page.
- Parameters:
maxResults- The maximum number of devices to list per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDevicesRequest.Builder nextToken(String nextToken)
A pagination token to continue to the next page of results.
- Parameters:
nextToken- A pagination token to continue to the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-