Interface ListGeofencesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListGeofencesRequest.Builder,,- ListGeofencesRequest> - LocationRequest.Builder,- SdkBuilder<ListGeofencesRequest.Builder,,- ListGeofencesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListGeofencesRequest
@Mutable
@NotThreadSafe
public static interface ListGeofencesRequest.Builder
extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListGeofencesRequest.Builder,ListGeofencesRequest> 
- 
Method SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
collectionNameThe 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.
 
- 
nextTokenThe 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.
 
- 
maxResultsAn 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.
 
- 
overrideConfigurationListGeofencesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListGeofencesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-