public static interface DescribeMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<DescribeMapResponse.Builder,DescribeMapResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeMapResponse.Builder |
configuration(Consumer<MapConfiguration.Builder> configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResponse.Builder |
configuration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
|
DescribeMapResponse.Builder |
createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
DescribeMapResponse.Builder |
dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
|
DescribeMapResponse.Builder |
description(String description)
The optional description for the map resource.
|
DescribeMapResponse.Builder |
mapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource.
|
DescribeMapResponse.Builder |
mapName(String mapName)
The map style selected from an available provider.
|
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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMapResponse.Builder configuration(MapConfiguration configuration)
Specifies the map tile style selected from a partner data provider.
configuration - Specifies the map tile style selected from a partner data provider.default DescribeMapResponse.Builder configuration(Consumer<MapConfiguration.Builder> configuration)
Specifies the map tile style selected from a partner data provider.
This is a convenience that creates an instance of theMapConfiguration.Builder avoiding the need to
create one manually via MapConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to configuration(MapConfiguration).configuration - a consumer that will call methods on MapConfiguration.Builderconfiguration(MapConfiguration)DescribeMapResponse.Builder createTime(Instant createTime)
The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.
createTime - The timestamp for when the map resource was created in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.DescribeMapResponse.Builder dataSource(String dataSource)
Specifies the data provider for the associated map tiles.
dataSource - Specifies the data provider for the associated map tiles.DescribeMapResponse.Builder description(String description)
The optional description for the map resource.
description - The optional description for the map resource.DescribeMapResponse.Builder mapArn(String mapArn)
The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across all AWS.
mapArn - The Amazon Resource Name (ARN) for the map resource. Used when you need to specify a resource across
all AWS.DescribeMapResponse.Builder mapName(String mapName)
The map style selected from an available provider.
mapName - The map style selected from an available provider.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.
updateTime - The timestamp for when the map resource was last update in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.Copyright © 2021. All rights reserved.