public static interface ListDevicesRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
fleetArn(String fleetArn)
The ARN of the fleet.
|
ListDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
|
ListDevicesRequest.Builder |
nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesRequest.Builder fleetArn(String fleetArn)
The ARN of the fleet.
fleetArn - The ARN of the fleet.ListDevicesRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
nextToken - The pagination token used to retrieve the next page of results for this operation. If this value is
null, it retrieves the first page.ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
maxResults - The maximum number of results to be included in the next page.ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.