Interface VerifiedAccessLogS3DestinationOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>, SdkBuilder<VerifiedAccessLogS3DestinationOptions.Builder,VerifiedAccessLogS3DestinationOptions>, SdkPojo
Enclosing class:
VerifiedAccessLogS3DestinationOptions

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

    • enabled

      Indicates whether logging is enabled.

      Parameters:
      enabled - Indicates whether logging is enabled.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketName

      The bucket name.

      Parameters:
      bucketName - The bucket name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      The bucket prefix.

      Parameters:
      prefix - The bucket prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketOwner

      The ID of the Amazon Web Services account that owns the Amazon S3 bucket.

      Parameters:
      bucketOwner - The ID of the Amazon Web Services account that owns the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.