Interface UpdateTrailResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudTrailResponse.Builder, CopyableBuilder<UpdateTrailResponse.Builder,UpdateTrailResponse>, SdkBuilder<UpdateTrailResponse.Builder,UpdateTrailResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateTrailResponse

public static interface UpdateTrailResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<UpdateTrailResponse.Builder,UpdateTrailResponse>
  • Method Details

    • name

      Specifies the name of the trail.

      Parameters:
      name - Specifies the name of the trail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3BucketName

      UpdateTrailResponse.Builder s3BucketName(String s3BucketName)

      Specifies the name of the Amazon S3 bucket designated for publishing log files.

      Parameters:
      s3BucketName - Specifies the name of the Amazon S3 bucket designated for publishing log files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3KeyPrefix

      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. For more information, see Finding Your IAM Log Files.

      Parameters:
      s3KeyPrefix - Specifies the Amazon S3 key prefix that comes after the name of the bucket you have designated for log file delivery. For more information, see Finding Your IAM Log Files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snsTopicName

      @Deprecated UpdateTrailResponse.Builder snsTopicName(String snsTopicName)
      Deprecated.

      This field is no longer in use. Use SnsTopicARN.

      Parameters:
      snsTopicName - This field is no longer in use. Use SnsTopicARN.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snsTopicARN

      UpdateTrailResponse.Builder snsTopicARN(String snsTopicARN)

      Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The following is the format of a topic ARN.

      arn:aws:sns:us-east-2:123456789012:MyTopic

      Parameters:
      snsTopicARN - Specifies the ARN of the Amazon SNS topic that CloudTrail uses to send notifications when log files are delivered. The following is the format of a topic ARN.

      arn:aws:sns:us-east-2:123456789012:MyTopic

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • includeGlobalServiceEvents

      UpdateTrailResponse.Builder includeGlobalServiceEvents(Boolean includeGlobalServiceEvents)

      Specifies whether the trail is publishing events from global services such as IAM to the log files.

      Parameters:
      includeGlobalServiceEvents - Specifies whether the trail is publishing events from global services such as IAM to the log files.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isMultiRegionTrail

      UpdateTrailResponse.Builder isMultiRegionTrail(Boolean isMultiRegionTrail)

      Specifies whether the trail exists in one Region or in all Regions.

      Parameters:
      isMultiRegionTrail - Specifies whether the trail exists in one Region or in all Regions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trailARN

      UpdateTrailResponse.Builder trailARN(String trailARN)

      Specifies the ARN of the trail that was updated. The following is the format of a trail ARN.

      arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

      Parameters:
      trailARN - Specifies the ARN of the trail that was updated. The following is the format of a trail ARN.

      arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logFileValidationEnabled

      UpdateTrailResponse.Builder logFileValidationEnabled(Boolean logFileValidationEnabled)

      Specifies whether log file integrity validation is enabled.

      Parameters:
      logFileValidationEnabled - Specifies whether log file integrity validation is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLogsLogGroupArn

      UpdateTrailResponse.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)

      Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs are delivered.

      Parameters:
      cloudWatchLogsLogGroupArn - Specifies the Amazon Resource Name (ARN) of the log group to which CloudTrail logs are delivered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cloudWatchLogsRoleArn

      UpdateTrailResponse.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)

      Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.

      Parameters:
      cloudWatchLogsRoleArn - Specifies the role for the CloudWatch Logs endpoint to assume to write to a user's log group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • kmsKeyId

      UpdateTrailResponse.Builder kmsKeyId(String kmsKeyId)

      Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.

      arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012

      Parameters:
      kmsKeyId - Specifies the KMS key ID that encrypts the logs delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.

      arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isOrganizationTrail

      UpdateTrailResponse.Builder isOrganizationTrail(Boolean isOrganizationTrail)

      Specifies whether the trail is an organization trail.

      Parameters:
      isOrganizationTrail - Specifies whether the trail is an organization trail.
      Returns:
      Returns a reference to this object so that method calls can be chained together.