Interface UpdateMapResponse.Builder

    • 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.