Interface ListDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,SdkBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,SdkPojo,SdkRequest.Builder,WorkLinkRequest.Builder
- Enclosing class:
- ListDevicesRequest
public static interface ListDevicesRequest.Builder extends WorkLinkRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicesRequest.BuilderfleetArn(String fleetArn)The ARN of the fleet.ListDevicesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be included in the next page.ListDevicesRequest.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.worklink.model.WorkLinkRequest.Builder
build
-
-
-
-
Method Detail
-
fleetArn
ListDevicesRequest.Builder fleetArn(String fleetArn)
The ARN of the fleet.
- Parameters:
fleetArn- The ARN of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
- Parameters:
maxResults- The maximum number of results to be included in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-