public static interface TrailInfo.Builder extends SdkPojo, CopyableBuilder<TrailInfo.Builder,TrailInfo>
| Modifier and Type | Method and Description |
|---|---|
TrailInfo.Builder |
homeRegion(String homeRegion)
The AWS region in which a trail was created.
|
TrailInfo.Builder |
name(String name)
The name of a trail.
|
TrailInfo.Builder |
trailARN(String trailARN)
The ARN of a trail.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTrailInfo.Builder trailARN(String trailARN)
The ARN of a trail.
trailARN - The ARN of a trail.TrailInfo.Builder name(String name)
The name of a trail.
name - The name of a trail.TrailInfo.Builder homeRegion(String homeRegion)
The AWS region in which a trail was created.
homeRegion - The AWS region in which a trail was created.Copyright © 2020. All rights reserved.