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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGeofencesRequest.BuildercollectionName(String collectionName)The name of the geofence collection storing the list of geofences.ListGeofencesRequest.BuildermaxResults(Integer maxResults)An optional limit for the number of geofences returned in a single call.ListGeofencesRequest.BuildernextToken(String nextToken)The pagination token specifying which page of results to return in the response.ListGeofencesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGeofencesRequest.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.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 Detail
-
collectionName
ListGeofencesRequest.Builder collectionName(String 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.
-
nextToken
ListGeofencesRequest.Builder nextToken(String 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.
-
maxResults
ListGeofencesRequest.Builder maxResults(Integer 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.
-
overrideConfiguration
ListGeofencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGeofencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-