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
Modifier and TypeMethodDescriptioncollectionName
(String collectionName) The name of the geofence collection to update.description
(String description) Updates the description for the geofence collection.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pricingPlan
(String pricingPlan) Deprecated.Deprecated.pricingPlan
(PricingPlan pricingPlan) Deprecated.Deprecated.pricingPlanDataSource
(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 Details
-
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.
-
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.
-
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
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:
-
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.
-
overrideConfiguration
UpdateGeofenceCollectionRequest.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
UpdateGeofenceCollectionRequest.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.
-