Class DeleteBucketRequest

    • Constructor Detail

      • DeleteBucketRequest

        public DeleteBucketRequest​(String bucketName)
        Constructs a new DeleteBucketRequest, ready to be executed to delete the specified bucket.
        Parameters:
        bucketName - The name of the Amazon S3 bucket to delete.
    • Method Detail

      • setBucketName

        public void setBucketName​(String bucketName)
        Sets the name of the Amazon S3 bucket to delete.
        Parameters:
        bucketName - The name of the Amazon S3 bucket to delete.
        See Also:
        getBucketName()
      • getBucketName

        public String getBucketName()
        Gets the name of the Amazon S3 bucket to delete.
        Returns:
        The name of the Amazon S3 bucket to delete.
        See Also:
        setBucketName(String)