Interface ListPlaceIndexesResponseEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListPlaceIndexesResponseEntry.Builder,ListPlaceIndexesResponseEntry>,SdkBuilder<ListPlaceIndexesResponseEntry.Builder,ListPlaceIndexesResponseEntry>,SdkPojo
- Enclosing class:
- ListPlaceIndexesResponseEntry
public static interface ListPlaceIndexesResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListPlaceIndexesResponseEntry.Builder,ListPlaceIndexesResponseEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListPlaceIndexesResponseEntry.BuildercreateTime(Instant createTime)The timestamp for when the place index resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.ListPlaceIndexesResponseEntry.BuilderdataSource(String dataSource)The data provider of geospatial data.ListPlaceIndexesResponseEntry.Builderdescription(String description)The optional description for the place index resource.ListPlaceIndexesResponseEntry.BuilderindexName(String indexName)The name of the place index resource.ListPlaceIndexesResponseEntry.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.ListPlaceIndexesResponseEntry.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListPlaceIndexesResponseEntry.BuilderupdateTime(Instant updateTime)The timestamp for when the place index 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
-
createTime
ListPlaceIndexesResponseEntry.Builder createTime(Instant createTime)
The timestamp for when the place index resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
createTime- The timestamp for when the place index resource 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.
-
dataSource
ListPlaceIndexesResponseEntry.Builder dataSource(String dataSource)
The data provider of geospatial data. Values can be one of the following:
-
Esri -
Grab -
Here
For more information about data providers, see Amazon Location Service data providers.
- Parameters:
dataSource- The data provider of geospatial data. Values can be one of the following:-
Esri -
Grab -
Here
For more information about data providers, see Amazon Location Service data providers.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
description
ListPlaceIndexesResponseEntry.Builder description(String description)
The optional description for the place index resource.
- Parameters:
description- The optional description for the place index resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexName
ListPlaceIndexesResponseEntry.Builder indexName(String indexName)
The name of the place index resource.
- Parameters:
indexName- The name of the place index resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pricingPlan
@Deprecated ListPlaceIndexesResponseEntry.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 ListPlaceIndexesResponseEntry.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
-
updateTime
ListPlaceIndexesResponseEntry.Builder updateTime(Instant updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
updateTime- The timestamp for when the place index 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.
-
-