Class ContainerOperation

  • All Implemented Interfaces:
    Operation
    Direct Known Subclasses:
    ListOperation, OperationImpl

    public abstract class ContainerOperation
    extends java.lang.Object
    implements Operation
    Abstract base class for Blobstore Operations.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @NonNull java.lang.String getContainerName()
      The name of the container / S3 bucket.
      void setContainerName​(@NonNull java.lang.String containerName)
      The name of the container / S3 bucket.
      <T extends ContainerOperation>
      T
      withContainerName​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected transient org.slf4j.Logger log
    • Constructor Detail

      • ContainerOperation

        public ContainerOperation()
    • Method Detail

      • withContainerName

        public <T extends ContainerOperation> T withContainerName​(java.lang.String s)
      • setContainerName

        public void setContainerName​(@NonNull
                                     @NonNull java.lang.String containerName)
        The name of the container / S3 bucket.
      • getContainerName

        @NonNull
        public @NonNull java.lang.String getContainerName()
        The name of the container / S3 bucket.