Interface TrailInfo.Builder

    • Method Detail

      • trailARN

        TrailInfo.Builder trailARN​(String trailARN)

        The ARN of a trail.

        Parameters:
        trailARN - The ARN of a trail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        TrailInfo.Builder name​(String name)

        The name of a trail.

        Parameters:
        name - The name of a trail.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • homeRegion

        TrailInfo.Builder homeRegion​(String homeRegion)

        The Amazon Web Services Region in which a trail was created.

        Parameters:
        homeRegion - The Amazon Web Services Region in which a trail was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.