Interface UpdateMapResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateMapResponse.Builder,UpdateMapResponse>,LocationResponse.Builder,SdkBuilder<UpdateMapResponse.Builder,UpdateMapResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateMapResponse
public static interface UpdateMapResponse.Builder extends LocationResponse.Builder, SdkPojo, CopyableBuilder<UpdateMapResponse.Builder,UpdateMapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateMapResponse.BuildermapArn(String mapArn)The Amazon Resource Name (ARN) of the updated map resource.UpdateMapResponse.BuildermapName(String mapName)The name of the updated map resource.UpdateMapResponse.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.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
-
mapArn
UpdateMapResponse.Builder mapArn(String mapArn)
The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.
-
Format example:
arn:aws:geo:region:account-id:map/ExampleMap
- Parameters:
mapArn- The Amazon Resource Name (ARN) of the updated map resource. Used to specify a resource across AWS.-
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.
-
-
mapName
UpdateMapResponse.Builder mapName(String mapName)
The name of the updated map resource.
- Parameters:
mapName- The name of the updated map resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
UpdateMapResponse.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.
-
-