Interface TrailInfo.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TrailInfo.Builder,TrailInfo>, SdkBuilder<TrailInfo.Builder,TrailInfo>, SdkPojo
Enclosing class:
TrailInfo

public static interface TrailInfo.Builder extends SdkPojo, CopyableBuilder<TrailInfo.Builder,TrailInfo>
  • Method Details

    • 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

      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.