Interface DescribeMapResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeMapResponse.Builder,DescribeMapResponse>,LocationResponse.Builder,SdkBuilder<DescribeMapResponse.Builder,DescribeMapResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeMapResponse
public static interface DescribeMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeMapResponse.Builder,DescribeMapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default DescribeMapResponse.Builderconfiguration(Consumer<MapConfiguration.Builder> configuration)Specifies the map tile style selected from a partner data provider.DescribeMapResponse.Builderconfiguration(MapConfiguration configuration)Specifies the map tile style selected from a partner data provider.DescribeMapResponse.BuildercreateTime(Instant createTime)The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.DescribeMapResponse.BuilderdataSource(String dataSource)Specifies the data provider for the associated map tiles.DescribeMapResponse.Builderdescription(String description)The optional description for the map resource.DescribeMapResponse.BuildermapArn(String mapArn)The Amazon Resource Name (ARN) for the map resource.DescribeMapResponse.BuildermapName(String mapName)The map style selected from an available provider.DescribeMapResponse.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.DescribeMapResponse.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.DescribeMapResponse.Buildertags(Map<String,String> tags)Tags associated with the map resource.DescribeMapResponse.BuilderupdateTime(Instant updateTime)The timestamp for when the map resource was last update 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.services.location.model.LocationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
mapName
DescribeMapResponse.Builder mapName(String mapName)
The map style selected from an available provider.
- Parameters:
mapName- The map style selected from an available provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mapArn
DescribeMapResponse.Builder mapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
-
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
- Parameters:
mapArn- The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.-
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
pricingPlan
@Deprecated DescribeMapResponse.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 DescribeMapResponse.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
-
dataSource
DescribeMapResponse.Builder dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
- Parameters:
dataSource- Specifies the data provider for the associated map tiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
DescribeMapResponse.Builder configuration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
- Parameters:
configuration- Specifies the map tile style selected from a partner data provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
configuration
default DescribeMapResponse.Builder configuration(Consumer<MapConfiguration.Builder> configuration)
Specifies the map tile style selected from a partner data provider.
This is a convenience method that creates an instance of theMapConfiguration.Builderavoiding the need to create one manually viaMapConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconfiguration(MapConfiguration).- Parameters:
configuration- a consumer that will call methods onMapConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
configuration(MapConfiguration)
-
description
DescribeMapResponse.Builder description(String description)
The optional description for the map resource.
- Parameters:
description- The optional description for the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
DescribeMapResponse.Builder tags(Map<String,String> tags)
Tags associated with the map resource.
- Parameters:
tags- Tags associated with the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createTime
DescribeMapResponse.Builder createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
createTime- The timestamp for when the map 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.
-
updateTime
DescribeMapResponse.Builder updateTime(Instant updateTime)
The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
updateTime- The timestamp for when the map resource was last update 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.
-
-