Interface ListGeofencesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListGeofencesRequest.Builder,
,ListGeofencesRequest> LocationRequest.Builder
,SdkBuilder<ListGeofencesRequest.Builder,
,ListGeofencesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListGeofencesRequest
public static interface ListGeofencesRequest.Builder
extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListGeofencesRequest.Builder,ListGeofencesRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncollectionName
(String collectionName) The name of the geofence collection storing the list of geofences.maxResults
(Integer maxResults) An optional limit for the number of geofences returned in a single call.The pagination token specifying which page of results to return in the response.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.services.location.model.LocationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
collectionName
The name of the geofence collection storing the list of geofences.
- Parameters:
collectionName
- The name of the geofence collection storing the list of geofences.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
An optional limit for the number of geofences returned in a single call.
Default value:
100
- Parameters:
maxResults
- An optional limit for the number of geofences returned in a single call.Default value:
100
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default value:
null
- Parameters:
nextToken
- The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.Default value:
null
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGeofencesRequest.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
ListGeofencesRequest.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.
-