CopyableBuilder<StartLoggingRequest.Builder,StartLoggingRequest>
, SdkBuilder<StartLoggingRequest.Builder,StartLoggingRequest>
public static interface StartLoggingRequest.Builder extends CopyableBuilder<StartLoggingRequest.Builder,StartLoggingRequest>
Modifier and Type | Method | Description |
---|---|---|
StartLoggingRequest.Builder |
name(String name) |
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls.
|
copy
apply, build
StartLoggingRequest.Builder name(String name)
Specifies the name or the CloudTrail ARN of the trail for which CloudTrail logs AWS API calls. 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 CloudTrail logs AWS API calls. 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.