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 Details

    • 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

      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.