Class SetBucketTaggingConfigurationRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.SetBucketTaggingConfigurationRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class SetBucketTaggingConfigurationRequest extends AmazonWebServiceRequest implements Serializable
Contains options for setting the tagging configuration for a bucket.
See Also:
  • Constructor Details

    • SetBucketTaggingConfigurationRequest

      public SetBucketTaggingConfigurationRequest(String bucketName, BucketTaggingConfiguration taggingConfiguration)
      Constructs a new SetBucketTaggingConfigurationRequest to set the bucket tagging configuration of the specified bucket.
      Parameters:
      bucketName - The name of the bucket for which to set the tagging configuration.
      taggingConfiguration - The new tagging configuration for this bucket, which completely replaces any existing configuration.
  • Method Details