Interface ArchiveS3Settings.Builder

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

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

    • cannedAcl

      ArchiveS3Settings.Builder cannedAcl(String cannedAcl)
      Specify the canned ACL to apply to each S3 request. Defaults to none.
      Parameters:
      cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • cannedAcl

      ArchiveS3Settings.Builder cannedAcl(S3CannedAcl cannedAcl)
      Specify the canned ACL to apply to each S3 request. Defaults to none.
      Parameters:
      cannedAcl - Specify the canned ACL to apply to each S3 request. Defaults to none.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: