Interface ListDevicesJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDevicesJobsRequest.Builder,ListDevicesJobsRequest>,PanoramaRequest.Builder,SdkBuilder<ListDevicesJobsRequest.Builder,ListDevicesJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDevicesJobsRequest
public static interface ListDevicesJobsRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesJobsRequest.Builder,ListDevicesJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicesJobsRequest.BuilderdeviceId(String deviceId)Filter results by the job's target device ID.ListDevicesJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of device jobs to return in one page of results.ListDevicesJobsRequest.BuildernextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListDevicesJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesJobsRequest.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.panorama.model.PanoramaRequest.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
-
deviceId
ListDevicesJobsRequest.Builder deviceId(String deviceId)
Filter results by the job's target device ID.
- Parameters:
deviceId- Filter results by the job's target device ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDevicesJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of device jobs to return in one page of results.
- Parameters:
maxResults- The maximum number of device jobs to return in one page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDevicesJobsRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevicesJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicesJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-