Interface UpdateTrackerResponse.Builder

    • Method Detail

      • trackerArn

        UpdateTrackerResponse.Builder trackerArn​(String trackerArn)

        The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.

        • Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker

        Parameters:
        trackerArn - The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.

        • Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • trackerName

        UpdateTrackerResponse.Builder trackerName​(String trackerName)

        The name of the updated tracker resource.

        Parameters:
        trackerName - The name of the updated tracker resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateTime

        UpdateTrackerResponse.Builder updateTime​(Instant updateTime)

        The timestamp for when the tracker resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

        Parameters:
        updateTime - The timestamp for when the tracker 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.