Interface ListMapsResponseEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListMapsResponseEntry.Builder,ListMapsResponseEntry>,SdkBuilder<ListMapsResponseEntry.Builder,ListMapsResponseEntry>,SdkPojo
- Enclosing class:
- ListMapsResponseEntry
public static interface ListMapsResponseEntry.Builder extends SdkPojo, CopyableBuilder<ListMapsResponseEntry.Builder,ListMapsResponseEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ListMapsResponseEntry.BuildercreateTime(Instant createTime)The timestamp for when the map resource was created in ISO 8601 format:YYYY-MM-DDThh:mm:ss.sssZ.ListMapsResponseEntry.BuilderdataSource(String dataSource)Specifies the data provider for the associated map tiles.ListMapsResponseEntry.Builderdescription(String description)The description for the map resource.ListMapsResponseEntry.BuildermapName(String mapName)The name of the associated map resource.ListMapsResponseEntry.BuilderpricingPlan(String pricingPlan)Deprecated.Deprecated.ListMapsResponseEntry.BuilderpricingPlan(PricingPlan pricingPlan)Deprecated.Deprecated.ListMapsResponseEntry.BuilderupdateTime(Instant updateTime)The timestamp for when the map resource was last updated 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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
mapName
ListMapsResponseEntry.Builder mapName(String mapName)
The name of the associated map resource.
- Parameters:
mapName- The name of the associated map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
ListMapsResponseEntry.Builder description(String description)
The description for the map resource.
- Parameters:
description- The description for the map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
ListMapsResponseEntry.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.
-
pricingPlan
@Deprecated ListMapsResponseEntry.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 ListMapsResponseEntry.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
-
createTime
ListMapsResponseEntry.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
ListMapsResponseEntry.Builder updateTime(Instant updateTime)
The timestamp for when the map resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ.- Parameters:
updateTime- The timestamp for when the map resource was last updated 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.
-
-