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