public static interface JobOperation.Builder extends SdkPojo, CopyableBuilder<JobOperation.Builder,JobOperation>
| Modifier and Type | Method and Description |
|---|---|
default JobOperation.Builder |
lambdaInvoke(Consumer<LambdaInvokeOperation.Builder> lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on every object in the manifest.
|
JobOperation.Builder |
lambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on every object in the manifest.
|
default JobOperation.Builder |
s3DeleteObjectTagging(Consumer<S3DeleteObjectTaggingOperation.Builder> s3DeleteObjectTagging)
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
|
JobOperation.Builder |
s3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging)
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
|
default JobOperation.Builder |
s3InitiateRestoreObject(Consumer<S3InitiateRestoreObjectOperation.Builder> s3InitiateRestoreObject)
Directs the specified job to initiate restore requests for every archived object in the manifest.
|
JobOperation.Builder |
s3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject)
Directs the specified job to initiate restore requests for every archived object in the manifest.
|
default JobOperation.Builder |
s3PutObjectAcl(Consumer<S3SetObjectAclOperation.Builder> s3PutObjectAcl)
Directs the specified job to run a PUT Object acl call on every object in the manifest.
|
JobOperation.Builder |
s3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl)
Directs the specified job to run a PUT Object acl call on every object in the manifest.
|
default JobOperation.Builder |
s3PutObjectCopy(Consumer<S3CopyObjectOperation.Builder> s3PutObjectCopy)
Directs the specified job to run a PUT Copy object call on every object in the manifest.
|
JobOperation.Builder |
s3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)
Directs the specified job to run a PUT Copy object call on every object in the manifest.
|
default JobOperation.Builder |
s3PutObjectLegalHold(Consumer<S3SetObjectLegalHoldOperation.Builder> s3PutObjectLegalHold)
Sets the value of the S3PutObjectLegalHold property for this object.
|
JobOperation.Builder |
s3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold)
Sets the value of the S3PutObjectLegalHold property for this object.
|
default JobOperation.Builder |
s3PutObjectRetention(Consumer<S3SetObjectRetentionOperation.Builder> s3PutObjectRetention)
Sets the value of the S3PutObjectRetention property for this object.
|
JobOperation.Builder |
s3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention)
Sets the value of the S3PutObjectRetention property for this object.
|
default JobOperation.Builder |
s3PutObjectTagging(Consumer<S3SetObjectTaggingOperation.Builder> s3PutObjectTagging)
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
|
JobOperation.Builder |
s3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJobOperation.Builder lambdaInvoke(LambdaInvokeOperation lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on every object in the manifest.
lambdaInvoke - Directs the specified job to invoke an AWS Lambda function on every object in the manifest.default JobOperation.Builder lambdaInvoke(Consumer<LambdaInvokeOperation.Builder> lambdaInvoke)
Directs the specified job to invoke an AWS Lambda function on every object in the manifest.
This is a convenience that creates an instance of theLambdaInvokeOperation.Builder avoiding the need
to create one manually via LambdaInvokeOperation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to lambdaInvoke(LambdaInvokeOperation).lambdaInvoke - a consumer that will call methods on LambdaInvokeOperation.BuilderlambdaInvoke(LambdaInvokeOperation)JobOperation.Builder s3PutObjectCopy(S3CopyObjectOperation s3PutObjectCopy)
Directs the specified job to run a PUT Copy object call on every object in the manifest.
s3PutObjectCopy - Directs the specified job to run a PUT Copy object call on every object in the manifest.default JobOperation.Builder s3PutObjectCopy(Consumer<S3CopyObjectOperation.Builder> s3PutObjectCopy)
Directs the specified job to run a PUT Copy object call on every object in the manifest.
This is a convenience that creates an instance of theS3CopyObjectOperation.Builder avoiding the need
to create one manually via S3CopyObjectOperation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3PutObjectCopy(S3CopyObjectOperation).s3PutObjectCopy - a consumer that will call methods on S3CopyObjectOperation.Builders3PutObjectCopy(S3CopyObjectOperation)JobOperation.Builder s3PutObjectAcl(S3SetObjectAclOperation s3PutObjectAcl)
Directs the specified job to run a PUT Object acl call on every object in the manifest.
s3PutObjectAcl - Directs the specified job to run a PUT Object acl call on every object in the manifest.default JobOperation.Builder s3PutObjectAcl(Consumer<S3SetObjectAclOperation.Builder> s3PutObjectAcl)
Directs the specified job to run a PUT Object acl call on every object in the manifest.
This is a convenience that creates an instance of theS3SetObjectAclOperation.Builder avoiding the
need to create one manually via S3SetObjectAclOperation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to s3PutObjectAcl(S3SetObjectAclOperation).s3PutObjectAcl - a consumer that will call methods on S3SetObjectAclOperation.Builders3PutObjectAcl(S3SetObjectAclOperation)JobOperation.Builder s3PutObjectTagging(S3SetObjectTaggingOperation s3PutObjectTagging)
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
s3PutObjectTagging - Directs the specified job to run a PUT Object tagging call on every object in the manifest.default JobOperation.Builder s3PutObjectTagging(Consumer<S3SetObjectTaggingOperation.Builder> s3PutObjectTagging)
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
This is a convenience that creates an instance of theS3SetObjectTaggingOperation.Builder avoiding
the need to create one manually via S3SetObjectTaggingOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3PutObjectTagging(S3SetObjectTaggingOperation).s3PutObjectTagging - a consumer that will call methods on S3SetObjectTaggingOperation.Builders3PutObjectTagging(S3SetObjectTaggingOperation)JobOperation.Builder s3DeleteObjectTagging(S3DeleteObjectTaggingOperation s3DeleteObjectTagging)
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
s3DeleteObjectTagging - Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.default JobOperation.Builder s3DeleteObjectTagging(Consumer<S3DeleteObjectTaggingOperation.Builder> s3DeleteObjectTagging)
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
This is a convenience that creates an instance of theS3DeleteObjectTaggingOperation.Builder avoiding
the need to create one manually via S3DeleteObjectTaggingOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3DeleteObjectTagging(S3DeleteObjectTaggingOperation).s3DeleteObjectTagging - a consumer that will call methods on S3DeleteObjectTaggingOperation.Builders3DeleteObjectTagging(S3DeleteObjectTaggingOperation)JobOperation.Builder s3InitiateRestoreObject(S3InitiateRestoreObjectOperation s3InitiateRestoreObject)
Directs the specified job to initiate restore requests for every archived object in the manifest.
s3InitiateRestoreObject - Directs the specified job to initiate restore requests for every archived object in the manifest.default JobOperation.Builder s3InitiateRestoreObject(Consumer<S3InitiateRestoreObjectOperation.Builder> s3InitiateRestoreObject)
Directs the specified job to initiate restore requests for every archived object in the manifest.
This is a convenience that creates an instance of theS3InitiateRestoreObjectOperation.Builder
avoiding the need to create one manually via S3InitiateRestoreObjectOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3InitiateRestoreObject(S3InitiateRestoreObjectOperation).s3InitiateRestoreObject - a consumer that will call methods on S3InitiateRestoreObjectOperation.Builders3InitiateRestoreObject(S3InitiateRestoreObjectOperation)JobOperation.Builder s3PutObjectLegalHold(S3SetObjectLegalHoldOperation s3PutObjectLegalHold)
s3PutObjectLegalHold - The new value for the S3PutObjectLegalHold property for this object.default JobOperation.Builder s3PutObjectLegalHold(Consumer<S3SetObjectLegalHoldOperation.Builder> s3PutObjectLegalHold)
S3SetObjectLegalHoldOperation.Builder avoiding
the need to create one manually via S3SetObjectLegalHoldOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3PutObjectLegalHold(S3SetObjectLegalHoldOperation).s3PutObjectLegalHold - a consumer that will call methods on S3SetObjectLegalHoldOperation.Builders3PutObjectLegalHold(S3SetObjectLegalHoldOperation)JobOperation.Builder s3PutObjectRetention(S3SetObjectRetentionOperation s3PutObjectRetention)
s3PutObjectRetention - The new value for the S3PutObjectRetention property for this object.default JobOperation.Builder s3PutObjectRetention(Consumer<S3SetObjectRetentionOperation.Builder> s3PutObjectRetention)
S3SetObjectRetentionOperation.Builder avoiding
the need to create one manually via S3SetObjectRetentionOperation.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to s3PutObjectRetention(S3SetObjectRetentionOperation).s3PutObjectRetention - a consumer that will call methods on S3SetObjectRetentionOperation.Builders3PutObjectRetention(S3SetObjectRetentionOperation)Copyright © 2021. All rights reserved.