Interface ListDeviceResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDeviceResourcesRequest.Builder,
,ListDeviceResourcesRequest> SdkBuilder<ListDeviceResourcesRequest.Builder,
,ListDeviceResourcesRequest> SdkPojo
,SdkRequest.Builder
,SnowDeviceManagementRequest.Builder
- Enclosing class:
ListDeviceResourcesRequest
@Mutable
@NotThreadSafe
public static interface ListDeviceResourcesRequest.Builder
extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceResourcesRequest.Builder,ListDeviceResourcesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmanagedDeviceId
(String managedDeviceId) The ID of the managed device that you are listing the resources of.maxResults
(Integer maxResults) The maximum number of resources per page.A pagination token to continue to the next page of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.snowdevicemanagement.model.SnowDeviceManagementRequest.Builder
build
-
Method Details
-
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
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
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListDeviceResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-