Interface ListPlaceIndexesResponseEntry.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ListPlaceIndexesResponseEntry.Builder,,- ListPlaceIndexesResponseEntry> - SdkBuilder<ListPlaceIndexesResponseEntry.Builder,,- ListPlaceIndexesResponseEntry> - SdkPojo
- Enclosing class:
- ListPlaceIndexesResponseEntry
- 
Method SummaryModifier and TypeMethodDescriptioncreateTime(Instant createTime) The timestamp for when the place index resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.dataSource(String dataSource) The data provider of geospatial data.description(String description) The optional description for the place index resource.The name of the place index resource.pricingPlan(String pricingPlan) Deprecated.Deprecated.pricingPlan(PricingPlan pricingPlan) Deprecated.Deprecated.updateTime(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
indexNameThe 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.
 
- 
descriptionThe 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.
 
- 
dataSourceThe 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.
 
- 
 
- 
pricingPlanDeprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns RequestBasedUsage.- Parameters:
- pricingPlan- No longer used. Always returns- RequestBasedUsage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pricingPlanDeprecated.Deprecated. Always returns RequestBasedUsage.No longer used. Always returns RequestBasedUsage.- Parameters:
- pricingPlan- No longer used. Always returns- RequestBasedUsage.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
createTimeThe 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.
 
- 
updateTimeThe 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.
 
 
-