static UpdateTrailResponse.Builder |
UpdateTrailResponse.builder() |
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn) |
Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs are delivered.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn) |
Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.includeGlobalServiceEvents(Boolean includeGlobalServiceEvents) |
Specifies whether the trail is publishing events from global services such as IAM to the log files.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.isMultiRegionTrail(Boolean isMultiRegionTrail) |
Specifies whether the trail exists in one Region or in all Regions.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.isOrganizationTrail(Boolean isOrganizationTrail) |
Specifies whether the trail is an organization trail.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.kmsKeyId(String kmsKeyId) |
Specifies the KMS key ID that encrypts the logs delivered by CloudTrail.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.logFileValidationEnabled(Boolean logFileValidationEnabled) |
Specifies whether log file integrity validation is enabled.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.name(String name) |
Specifies the name of the trail.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.s3BucketName(String s3BucketName) |
Specifies the name of the Amazon S3 bucket designated for publishing log files.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.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.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.snsTopicARN(String snsTopicARN) |
Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are
delivered.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.snsTopicName(String snsTopicName) |
Deprecated.
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.toBuilder() |
|
UpdateTrailResponse.Builder |
UpdateTrailResponse.Builder.trailARN(String trailARN) |
Specifies the ARN of the trail that was updated.
|