Interface DescribeMapResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeMapResponse.Builder,,- DescribeMapResponse> - LocationResponse.Builder,- SdkBuilder<DescribeMapResponse.Builder,,- DescribeMapResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeMapResponse
- 
Method SummaryModifier and TypeMethodDescriptiondefault DescribeMapResponse.Builderconfiguration(Consumer<MapConfiguration.Builder> configuration) Specifies the map tile style selected from a partner data provider.configuration(MapConfiguration configuration) Specifies the map tile style selected from a partner data provider.createTime(Instant createTime) The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.dataSource(String dataSource) Specifies the data provider for the associated map tiles.description(String description) The optional description for the map resource.The Amazon Resource Name (ARN) for the map resource.The map style selected from an available provider.pricingPlan(String pricingPlan) Deprecated.Deprecated.pricingPlan(PricingPlan pricingPlan) Deprecated.Deprecated.Tags associated with the map resource.updateTime(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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.location.model.LocationResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
mapNameThe 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.
 
- 
mapArnThe 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.
 
- 
 
- 
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:
 
- 
dataSourceSpecifies 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.
 
- 
configurationSpecifies 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.
 
- 
configurationSpecifies 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 on- MapConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe 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.
 
- 
tagsTags 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.
 
- 
createTimeThe 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.
 
- 
updateTimeThe 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.
 
 
-