@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlaceIndexRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreatePlaceIndexRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreatePlaceIndexRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreatePlaceIndexRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreatePlaceIndexRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDataSource()
Specifies the geospatial data provider for the new place index.
|
DataSourceConfiguration |
getDataSourceConfiguration()
Specifies the data storage option requesting Places.
|
String |
getDescription()
The optional description for the place index resource.
|
String |
getIndexName()
The name of the place index resource.
|
String |
getPricingPlan()
Specifies the pricing plan for your place index resource.
|
Map<String,String> |
getTags()
Applies one or more tags to the place index resource.
|
int |
hashCode() |
void |
setDataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
|
void |
setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option requesting Places.
|
void |
setDescription(String description)
The optional description for the place index resource.
|
void |
setIndexName(String indexName)
The name of the place index resource.
|
void |
setPricingPlan(String pricingPlan)
Specifies the pricing plan for your place index resource.
|
void |
setTags(Map<String,String> tags)
Applies one or more tags to the place index resource.
|
String |
toString()
Returns a string representation of this object.
|
CreatePlaceIndexRequest |
withDataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
|
CreatePlaceIndexRequest |
withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option requesting Places.
|
CreatePlaceIndexRequest |
withDescription(String description)
The optional description for the place index resource.
|
CreatePlaceIndexRequest |
withIndexName(String indexName)
The name of the place index resource.
|
CreatePlaceIndexRequest |
withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your place index resource.
|
CreatePlaceIndexRequest |
withPricingPlan(String pricingPlan)
Specifies the pricing plan for your place index resource.
|
CreatePlaceIndexRequest |
withTags(Map<String,String> tags)
Applies one or more tags to the place index resource.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an
error.
Valid values include:
Esri – For additional information about Esri's coverage in your region of
interest, see Esri
details on geocoding coverage.
Here – For additional information about HERE Technologies' coverage in
your region of interest, see HERE details on
goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store
results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
dataSource - Specifies the geospatial data provider for the new place index.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE
returns an error.
Valid values include:
Esri – For additional information about Esri's coverage in your
region of interest, see Esri details on
geocoding coverage.
Here – For additional information about HERE Technologies'
coverage in your region of interest, see HERE
details on goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
public String getDataSource()
Specifies the geospatial data provider for the new place index.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an
error.
Valid values include:
Esri – For additional information about Esri's coverage in your region of
interest, see Esri
details on geocoding coverage.
Here – For additional information about HERE Technologies' coverage in
your region of interest, see HERE details on
goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store
results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE
returns an error.
Valid values include:
Esri – For additional information about Esri's coverage in your
region of interest, see Esri details on
geocoding coverage.
Here – For additional information about HERE Technologies'
coverage in your region of interest, see HERE
details on goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
public CreatePlaceIndexRequest withDataSource(String dataSource)
Specifies the geospatial data provider for the new place index.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE returns an
error.
Valid values include:
Esri – For additional information about Esri's coverage in your region of
interest, see Esri
details on geocoding coverage.
Here – For additional information about HERE Technologies' coverage in
your region of interest, see HERE details on
goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store
results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
dataSource - Specifies the geospatial data provider for the new place index.
This field is case-sensitive. Enter the valid values as shown. For example, entering HERE
returns an error.
Valid values include:
Esri – For additional information about Esri's coverage in your
region of interest, see Esri details on
geocoding coverage.
Here – For additional information about HERE Technologies'
coverage in your region of interest, see HERE
details on goecoding coverage.
If you specify HERE Technologies (Here) as the data provider, you may not store results for locations in Japan. For more information, see the AWS Service Terms for Amazon Location Service.
For additional information , see Data providers on the Amazon Location Service Developer Guide.
public void setDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option requesting Places.
dataSourceConfiguration - Specifies the data storage option requesting Places.public DataSourceConfiguration getDataSourceConfiguration()
Specifies the data storage option requesting Places.
public CreatePlaceIndexRequest withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Specifies the data storage option requesting Places.
dataSourceConfiguration - Specifies the data storage option requesting Places.public void setDescription(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.public String getDescription()
The optional description for the place index resource.
public CreatePlaceIndexRequest withDescription(String description)
The optional description for the place index resource.
description - The optional description for the place index resource.public void setIndexName(String indexName)
The name of the place index resource.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
indexName - The name of the place index resource.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
public String getIndexName()
The name of the place index resource.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
public CreatePlaceIndexRequest withIndexName(String indexName)
The name of the place index resource.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
indexName - The name of the place index resource.
Requirements:
Contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
Must be a unique place index resource name.
No spaces allowed. For example, ExamplePlaceIndex.
public void setPricingPlan(String pricingPlan)
Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic String getPricingPlan()
Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic CreatePlaceIndexRequest withPricingPlan(String pricingPlan)
Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic CreatePlaceIndexRequest withPricingPlan(PricingPlan pricingPlan)
Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
pricingPlan - Specifies the pricing plan for your place index resource.
For additional details and restrictions on each pricing plan option, see Amazon Location Service pricing.
PricingPlanpublic Map<String,String> getTags()
Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
public void setTags(Map<String,String> tags)
Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
tags - Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage,
identify, search, and filter your resources.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
public CreatePlaceIndexRequest withTags(Map<String,String> tags)
Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage, identify, search, and filter your resources.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
tags - Applies one or more tags to the place index resource. A tag is a key-value pair that helps you manage,
identify, search, and filter your resources.
Format: "key" : "value"
Restrictions:
Maximum 50 tags per resource.
Each tag key must be unique and must have exactly one associated value.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Can use alphanumeric characters (A–Z, a–z, 0–9), and the following characters: + - = . _ : / @
Cannot use "aws:" as a prefix for a key.
public CreatePlaceIndexRequest addTagsEntry(String key, String value)
public CreatePlaceIndexRequest clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public CreatePlaceIndexRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.