java.lang.Object
software.amazon.awssdk.services.s3control.model.JobOperation
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<JobOperation.Builder,JobOperation>

@Generated("software.amazon.awssdk:codegen") public final class JobOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JobOperation.Builder,JobOperation>

The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see Operations in the Amazon S3 User Guide.

See Also:
  • Method Details

    • lambdaInvoke

      public final LambdaInvokeOperation lambdaInvoke()

      Directs the specified job to invoke an Lambda function on every object in the manifest.

      Returns:
      Directs the specified job to invoke an Lambda function on every object in the manifest.
    • s3PutObjectCopy

      public final S3CopyObjectOperation s3PutObjectCopy()

      Directs the specified job to run a PUT Copy object call on every object in the manifest.

      Returns:
      Directs the specified job to run a PUT Copy object call on every object in the manifest.
    • s3PutObjectAcl

      public final S3SetObjectAclOperation s3PutObjectAcl()

      Directs the specified job to run a PutObjectAcl call on every object in the manifest.

      This functionality is not supported by directory buckets.

      Returns:
      Directs the specified job to run a PutObjectAcl call on every object in the manifest.

      This functionality is not supported by directory buckets.

    • s3PutObjectTagging

      public final S3SetObjectTaggingOperation s3PutObjectTagging()

      Directs the specified job to run a PUT Object tagging call on every object in the manifest.

      This functionality is not supported by directory buckets.

      Returns:
      Directs the specified job to run a PUT Object tagging call on every object in the manifest.

      This functionality is not supported by directory buckets.

    • s3DeleteObjectTagging

      public final S3DeleteObjectTaggingOperation s3DeleteObjectTagging()

      Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.

      This functionality is not supported by directory buckets.

      Returns:
      Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.

      This functionality is not supported by directory buckets.

    • s3InitiateRestoreObject

      public final S3InitiateRestoreObjectOperation s3InitiateRestoreObject()

      Directs the specified job to initiate restore requests for every archived object in the manifest.

      This functionality is not supported by directory buckets.

      Returns:
      Directs the specified job to initiate restore requests for every archived object in the manifest.

      This functionality is not supported by directory buckets.

    • s3PutObjectLegalHold

      public final S3SetObjectLegalHoldOperation s3PutObjectLegalHold()
      Returns the value of the S3PutObjectLegalHold property for this object.
      Returns:
      The value of the S3PutObjectLegalHold property for this object.
    • s3PutObjectRetention

      public final S3SetObjectRetentionOperation s3PutObjectRetention()
      Returns the value of the S3PutObjectRetention property for this object.
      Returns:
      The value of the S3PutObjectRetention property for this object.
    • s3ReplicateObject

      public final S3ReplicateObjectOperation s3ReplicateObject()

      Directs the specified job to invoke ReplicateObject on every object in the job's manifest.

      This functionality is not supported by directory buckets.

      Returns:
      Directs the specified job to invoke ReplicateObject on every object in the job's manifest.

      This functionality is not supported by directory buckets.

    • toBuilder

      public JobOperation.Builder toBuilder()
      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<JobOperation.Builder,JobOperation>
      Returns:
      a builder for type T
    • builder

      public static JobOperation.Builder builder()
    • serializableBuilderClass

      public static Class<? extends JobOperation.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • toString

      public final String toString()
      Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.