Interface ListGeofenceCollectionsResponseEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListGeofenceCollectionsResponseEntry.Builder,ListGeofenceCollectionsResponseEntry>,SdkBuilder<ListGeofenceCollectionsResponseEntry.Builder,ListGeofenceCollectionsResponseEntry>,SdkPojo
- Enclosing class:
- ListGeofenceCollectionsResponseEntry
public static interface ListGeofenceCollectionsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListGeofenceCollectionsResponseEntry.Builder,ListGeofenceCollectionsResponseEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListGeofenceCollectionsResponseEntry.BuildercollectionName(String collectionName)The name of the geofence collection.ListGeofenceCollectionsResponseEntry.BuildercreateTime(Instant createTime)The timestamp for when the geofence collection was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZListGeofenceCollectionsResponseEntry.Builderdescription(String description)The description for the geofence collectionListGeofenceCollectionsResponseEntry.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.ListGeofenceCollectionsResponseEntry.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListGeofenceCollectionsResponseEntry.BuilderpricingPlanDataSource(String pricingPlanDataSource)Deprecated.Deprecated.ListGeofenceCollectionsResponseEntry.BuilderupdateTime(Instant updateTime)Specifies a timestamp for when the resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
ListGeofenceCollectionsResponseEntry.Builder collectionName(String collectionName)
The name of the geofence collection.
- Parameters:
collectionName- The name of the geofence collection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ListGeofenceCollectionsResponseEntry.Builder description(String description)
The description for the geofence collection
- Parameters:
description- The description for the geofence collection- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlan(String pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlan
@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlan(PricingPlan pricingPlan)
Deprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns
RequestBasedUsage.- Parameters:
pricingPlan- No longer used. Always returnsRequestBasedUsage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PricingPlan,PricingPlan
-
pricingPlanDataSource
@Deprecated ListGeofenceCollectionsResponseEntry.Builder pricingPlanDataSource(String pricingPlanDataSource)
Deprecated.Deprecated. Unused.No longer used. Always returns an empty string.
- Parameters:
pricingPlanDataSource- No longer used. Always returns an empty string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
ListGeofenceCollectionsResponseEntry.Builder createTime(Instant createTime)
The timestamp for when the geofence collection was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
createTime- The timestamp for when the geofence collection was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
ListGeofenceCollectionsResponseEntry.Builder updateTime(Instant updateTime)
Specifies a timestamp for when the resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
updateTime- Specifies a timestamp for when the resource was last updated in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-