Class JobOperation
- 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJobOperation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobOperation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LambdaInvokeOperationlambdaInvoke()Directs the specified job to invoke an Lambda function on every object in the manifest.S3DeleteObjectTaggingOperations3DeleteObjectTagging()Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.S3InitiateRestoreObjectOperations3InitiateRestoreObject()Directs the specified job to initiate restore requests for every archived object in the manifest.S3SetObjectAclOperations3PutObjectAcl()Directs the specified job to run aPutObjectAclcall on every object in the manifest.S3CopyObjectOperations3PutObjectCopy()Directs the specified job to run a PUT Copy object call on every object in the manifest.S3SetObjectLegalHoldOperations3PutObjectLegalHold()Returns the value of the S3PutObjectLegalHold property for this object.S3SetObjectRetentionOperations3PutObjectRetention()Returns the value of the S3PutObjectRetention property for this object.S3SetObjectTaggingOperations3PutObjectTagging()Directs the specified job to run a PUT Object tagging call on every object in the manifest.S3ReplicateObjectOperations3ReplicateObject()Directs the specified job to invokeReplicateObjecton every object in the job's manifest.List<SdkField<?>>sdkFields()static Class<? extends JobOperation.Builder>serializableBuilderClass()JobOperation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
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
PutObjectAclcall on every object in the manifest.- Returns:
- Directs the specified job to run a
PutObjectAclcall on every object in the manifest.
-
s3PutObjectTagging
public final S3SetObjectTaggingOperation s3PutObjectTagging()
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
- Returns:
- Directs the specified job to run a PUT Object tagging call on every object in the manifest.
-
s3DeleteObjectTagging
public final S3DeleteObjectTaggingOperation s3DeleteObjectTagging()
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
- Returns:
- Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
-
s3InitiateRestoreObject
public final S3InitiateRestoreObjectOperation s3InitiateRestoreObject()
Directs the specified job to initiate restore requests for every archived object in the manifest.
- Returns:
- Directs the specified job to initiate restore requests for every archived object in the manifest.
-
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
ReplicateObjecton every object in the job's manifest.- Returns:
- Directs the specified job to invoke
ReplicateObjecton every object in the job's manifest.
-
toBuilder
public JobOperation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<JobOperation.Builder,JobOperation>
-
builder
public static JobOperation.Builder builder()
-
serializableBuilderClass
public static Class<? extends JobOperation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
-