Interface UpdateGeofenceCollectionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateGeofenceCollectionRequest.Builder,UpdateGeofenceCollectionRequest>,LocationRequest.Builder,SdkBuilder<UpdateGeofenceCollectionRequest.Builder,UpdateGeofenceCollectionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateGeofenceCollectionRequest
public static interface UpdateGeofenceCollectionRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<UpdateGeofenceCollectionRequest.Builder,UpdateGeofenceCollectionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description UpdateGeofenceCollectionRequest.BuildercollectionName(String collectionName)The name of the geofence collection to update.UpdateGeofenceCollectionRequest.Builderdescription(String description)Updates the description for the geofence collection.UpdateGeofenceCollectionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGeofenceCollectionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGeofenceCollectionRequest.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.UpdateGeofenceCollectionRequest.BuilderpricingPlanDataSource(String pricingPlanDataSource)Deprecated.Deprecated.-
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
UpdateGeofenceCollectionRequest.Builder collectionName(String collectionName)
The name of the geofence collection to update.
- Parameters:
collectionName- The name of the geofence collection to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated UpdateGeofenceCollectionRequest.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. If included, the only allowed value isRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated UpdateGeofenceCollectionRequest.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. If included, the only allowed value is RequestBasedUsage.No longer used. If included, the only allowed value is
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. If included, the only allowed value isRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlanDataSource
@Deprecated UpdateGeofenceCollectionRequest.Builder pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.Deprecated. No longer allowed.This parameter is no longer used.
- Parameters:
pricingPlanDataSource- This parameter is no longer used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateGeofenceCollectionRequest.Builder description(String description)
Updates the description for the geofence collection.
- Parameters:
description- Updates the description for the geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateGeofenceCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateGeofenceCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-