static Trail.Builder |
Trail.builder() |
|
Trail.Builder |
Trail.Builder.cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
Specifies an Amazon Resource Name (ARN), a unique identifier that represents the log group to which
CloudTrail logs will be delivered.
|
Trail.Builder |
Trail.Builder.cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn) |
Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
|
Trail.Builder |
Trail.Builder.hasCustomEventSelectors(Boolean hasCustomEventSelectors) |
Specifies if the trail has custom event selectors.
|
Trail.Builder |
Trail.Builder.hasInsightSelectors(Boolean hasInsightSelectors) |
Specifies whether a trail has insight types specified in an InsightSelector list.
|
Trail.Builder |
Trail.Builder.homeRegion(String homeRegion) |
The Region in which the trail was created.
|
Trail.Builder |
Trail.Builder.includeGlobalServiceEvents(Boolean includeGlobalServiceEvents) |
Set to True to include Amazon Web Services API calls from Amazon Web Services global services such as
IAM.
|
Trail.Builder |
Trail.Builder.isMultiRegionTrail(Boolean isMultiRegionTrail) |
Specifies whether the trail exists only in one Region or exists in all Regions.
|
Trail.Builder |
Trail.Builder.isOrganizationTrail(Boolean isOrganizationTrail) |
Specifies whether the trail is an organization trail.
|
Trail.Builder |
Trail.Builder.kmsKeyId(String kmsKeyId) |
Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.
|
Trail.Builder |
Trail.Builder.logFileValidationEnabled(Boolean logFileValidationEnabled) |
Specifies whether log file validation is enabled.
|
Trail.Builder |
Trail.Builder.name(String name) |
|
Trail.Builder |
Trail.Builder.s3BucketName(String s3BucketName) |
Name of the Amazon S3 bucket into which CloudTrail delivers your trail files.
|
Trail.Builder |
Trail.Builder.s3KeyPrefix(String s3KeyPrefix) |
Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file
delivery.
|
Trail.Builder |
Trail.Builder.snsTopicARN(String snsTopicARN) |
Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are
delivered.
|
Trail.Builder |
Trail.Builder.snsTopicName(String snsTopicName) |
Deprecated.
|
Trail.Builder |
Trail.toBuilder() |
|
Trail.Builder |
Trail.Builder.trailARN(String trailARN) |
Specifies the ARN of the trail.
|