| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
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.homeRegion(String homeRegion)
The region in which the trail was created.
|
Trail.Builder |
Trail.Builder.includeGlobalServiceEvents(Boolean includeGlobalServiceEvents)
Set to True to include AWS API calls from AWS global services such as IAM.
|
Trail.Builder |
Trail.Builder.isMultiRegionTrail(Boolean isMultiRegionTrail)
Specifies whether the trail belongs only to 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)
Name of the trail set by calling CreateTrail.
|
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)
This field is deprecated.
|
Trail.Builder |
Trail.toBuilder() |
Trail.Builder |
Trail.Builder.trailARN(String trailARN)
Specifies the ARN of the trail.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Trail.Builder> |
Trail.serializableBuilderClass() |
Copyright © 2019. All rights reserved.