pub struct CreateMapFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateMap.
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
If your application is tracking or routing assets you use in your business, such as delivery vehicles or employees, you must not use Esri as your geolocation provider. See section 82 of the Amazon Web Services service terms for more details.
Implementations§
source§impl CreateMapFluentBuilder
impl CreateMapFluentBuilder
sourcepub fn as_input(&self) -> &CreateMapInputBuilder
pub fn as_input(&self) -> &CreateMapInputBuilder
Access the CreateMap as a reference.
sourcepub async fn send(
self,
) -> Result<CreateMapOutput, SdkError<CreateMapError, HttpResponse>>
pub async fn send( self, ) -> Result<CreateMapOutput, SdkError<CreateMapError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self,
) -> CustomizableOperation<CreateMapOutput, CreateMapError, Self>
pub fn customize( self, ) -> CustomizableOperation<CreateMapOutput, CreateMapError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn map_name(self, input: impl Into<String>) -> Self
pub fn map_name(self, input: impl Into<String>) -> Self
The name for the map resource.
Requirements:
-
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
-
Must be a unique map resource name.
-
No spaces allowed. For example,
ExampleMap.
sourcepub fn set_map_name(self, input: Option<String>) -> Self
pub fn set_map_name(self, input: Option<String>) -> Self
The name for the map resource.
Requirements:
-
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
-
Must be a unique map resource name.
-
No spaces allowed. For example,
ExampleMap.
sourcepub fn get_map_name(&self) -> &Option<String>
pub fn get_map_name(&self) -> &Option<String>
The name for the map resource.
Requirements:
-
Must contain only alphanumeric characters (A–Z, a–z, 0–9), hyphens (-), periods (.), and underscores (_).
-
Must be a unique map resource name.
-
No spaces allowed. For example,
ExampleMap.
sourcepub fn configuration(self, input: MapConfiguration) -> Self
pub fn configuration(self, input: MapConfiguration) -> Self
Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
sourcepub fn set_configuration(self, input: Option<MapConfiguration>) -> Self
pub fn set_configuration(self, input: Option<MapConfiguration>) -> Self
Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
sourcepub fn get_configuration(&self) -> &Option<MapConfiguration>
pub fn get_configuration(&self) -> &Option<MapConfiguration>
Specifies the MapConfiguration, including the map style, for the map resource that you create. The map style defines the look of maps and the data provider for your map resource.
sourcepub fn pricing_plan(self, input: PricingPlan) -> Self
👎Deprecated since 2022-02-01: Deprecated. If included, the only allowed value is RequestBasedUsage.
pub fn pricing_plan(self, input: PricingPlan) -> Self
No longer used. If included, the only allowed value is RequestBasedUsage.
sourcepub fn set_pricing_plan(self, input: Option<PricingPlan>) -> Self
👎Deprecated since 2022-02-01: Deprecated. If included, the only allowed value is RequestBasedUsage.
pub fn set_pricing_plan(self, input: Option<PricingPlan>) -> Self
No longer used. If included, the only allowed value is RequestBasedUsage.
sourcepub fn get_pricing_plan(&self) -> &Option<PricingPlan>
👎Deprecated since 2022-02-01: Deprecated. If included, the only allowed value is RequestBasedUsage.
pub fn get_pricing_plan(&self) -> &Option<PricingPlan>
No longer used. If included, the only allowed value is RequestBasedUsage.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
An optional description for the map resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
An optional description for the map resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
An optional description for the map resource.
Adds a key-value pair to Tags.
To override the contents of this collection use set_tags.
Applies one or more tags to the map resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
-
Maximum 50 tags per resource
-
Each resource tag must be unique with a maximum of one 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.
Applies one or more tags to the map resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
-
Maximum 50 tags per resource
-
Each resource tag must be unique with a maximum of one 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.
Applies one or more tags to the map resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them.
Format: "key" : "value"
Restrictions:
-
Maximum 50 tags per resource
-
Each resource tag must be unique with a maximum of one 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.
Trait Implementations§
source§impl Clone for CreateMapFluentBuilder
impl Clone for CreateMapFluentBuilder
source§fn clone(&self) -> CreateMapFluentBuilder
fn clone(&self) -> CreateMapFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreAuto Trait Implementations§
impl Freeze for CreateMapFluentBuilder
impl !RefUnwindSafe for CreateMapFluentBuilder
impl Send for CreateMapFluentBuilder
impl Sync for CreateMapFluentBuilder
impl Unpin for CreateMapFluentBuilder
impl !UnwindSafe for CreateMapFluentBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more