public static interface ListDeviceResourcesRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceResourcesRequest.Builder |
managedDeviceId(String managedDeviceId)
The ID of the managed device that you are listing the resources of.
|
ListDeviceResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resources per page.
|
ListDeviceResourcesRequest.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of results.
|
ListDeviceResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDeviceResourcesRequest.Builder |
type(String type)
A structure used to filter the results by type of resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceResourcesRequest.Builder managedDeviceId(String managedDeviceId)
The ID of the managed device that you are listing the resources of.
managedDeviceId - The ID of the managed device that you are listing the resources of.ListDeviceResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of resources per page.
maxResults - The maximum number of resources per page.ListDeviceResourcesRequest.Builder nextToken(String nextToken)
A pagination token to continue to the next page of results.
nextToken - A pagination token to continue to the next page of results.ListDeviceResourcesRequest.Builder type(String type)
A structure used to filter the results by type of resource.
type - A structure used to filter the results by type of resource.ListDeviceResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeviceResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.