public static interface ListDeviceDefinitionsRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<ListDeviceDefinitionsRequest.Builder,ListDeviceDefinitionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceDefinitionsRequest.Builder |
maxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListDeviceDefinitionsRequest.Builder |
nextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
ListDeviceDefinitionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildListDeviceDefinitionsRequest.Builder maxResults(String maxResults)
maxResults - Specifies the maximum number of list results to be returned in this pageListDeviceDefinitionsRequest.Builder nextToken(String nextToken)
nextToken - Specifies the pagination token used when iterating through a paginated requestListDeviceDefinitionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.