CopyableBuilder<GetTrailStatusRequest.Builder,GetTrailStatusRequest>
, SdkBuilder<GetTrailStatusRequest.Builder,GetTrailStatusRequest>
public static interface GetTrailStatusRequest.Builder extends CopyableBuilder<GetTrailStatusRequest.Builder,GetTrailStatusRequest>
Modifier and Type | Method | Description |
---|---|---|
GetTrailStatusRequest.Builder |
name(String name) |
Specifies the name or the CloudTrail ARN of the trail for which you are requesting status.
|
copy
apply, build
GetTrailStatusRequest.Builder name(String name)
Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
name
- Specifies the name or the CloudTrail ARN of the trail for which you are requesting status. To get the
status of a shadow trail (a replication of the trail in another region), you must specify its ARN. The
format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.