Interface ListDeviceResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>,SdkBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>,SdkPojo,SdkRequest.Builder,SnowDeviceManagementRequest.Builder
- Enclosing class:
- ListDeviceResourcesRequest
public static interface ListDeviceResourcesRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeviceResourcesRequest.BuildermanagedDeviceId(String managedDeviceId)The ID of the managed device that you are listing the resources of.ListDeviceResourcesRequest.BuildermaxResults(Integer maxResults)The maximum number of resources per page.ListDeviceResourcesRequest.BuildernextToken(String nextToken)A pagination token to continue to the next page of results.ListDeviceResourcesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceResourcesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceResourcesRequest.Buildertype(String type)A structure used to filter the results by type of resource.-
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
-
managedDeviceId
ListDeviceResourcesRequest.Builder managedDeviceId(String managedDeviceId)
The ID of the managed device that you are listing the resources of.
- Parameters:
managedDeviceId- The ID of the managed device that you are listing the resources of.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDeviceResourcesRequest.Builder maxResults(Integer maxResults)
The maximum number of resources per page.
- Parameters:
maxResults- The maximum number of resources per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDeviceResourcesRequest.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.
-
type
ListDeviceResourcesRequest.Builder type(String type)
A structure used to filter the results by type of resource.
- Parameters:
type- A structure used to filter the results by type of resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeviceResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeviceResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-