Interface S3Logs.Builder

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

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

    • s3BucketName

      S3Logs.Builder s3BucketName(String s3BucketName)

      The S3 bucket in which to store the logs.

      Parameters:
      s3BucketName - The S3 bucket in which to store the logs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3KeyPrefix

      S3Logs.Builder s3KeyPrefix(String s3KeyPrefix)

      The Amazon S3 path to the bucket where the logs are stored.

      Parameters:
      s3KeyPrefix - The Amazon S3 path to the bucket where the logs are stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.