Struct aws_sdk_s3control::model::job_operation::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for JobOperation.
Implementations§
source§impl Builder
impl Builder
sourcepub fn lambda_invoke(self, input: LambdaInvokeOperation) -> Self
pub fn lambda_invoke(self, input: LambdaInvokeOperation) -> Self
Directs the specified job to invoke an Lambda function on every object in the manifest.
sourcepub fn set_lambda_invoke(self, input: Option<LambdaInvokeOperation>) -> Self
pub fn set_lambda_invoke(self, input: Option<LambdaInvokeOperation>) -> Self
Directs the specified job to invoke an Lambda function on every object in the manifest.
sourcepub fn s3_put_object_copy(self, input: S3CopyObjectOperation) -> Self
pub fn s3_put_object_copy(self, input: S3CopyObjectOperation) -> Self
Directs the specified job to run a PUT Copy object call on every object in the manifest.
sourcepub fn set_s3_put_object_copy(self, input: Option<S3CopyObjectOperation>) -> Self
pub fn set_s3_put_object_copy(self, input: Option<S3CopyObjectOperation>) -> Self
Directs the specified job to run a PUT Copy object call on every object in the manifest.
sourcepub fn s3_put_object_acl(self, input: S3SetObjectAclOperation) -> Self
pub fn s3_put_object_acl(self, input: S3SetObjectAclOperation) -> Self
Directs the specified job to run a PutObjectAcl call on every object in the manifest.
sourcepub fn set_s3_put_object_acl(
self,
input: Option<S3SetObjectAclOperation>
) -> Self
pub fn set_s3_put_object_acl(
self,
input: Option<S3SetObjectAclOperation>
) -> Self
Directs the specified job to run a PutObjectAcl call on every object in the manifest.
sourcepub fn s3_put_object_tagging(self, input: S3SetObjectTaggingOperation) -> Self
pub fn s3_put_object_tagging(self, input: S3SetObjectTaggingOperation) -> Self
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
sourcepub fn set_s3_put_object_tagging(
self,
input: Option<S3SetObjectTaggingOperation>
) -> Self
pub fn set_s3_put_object_tagging(
self,
input: Option<S3SetObjectTaggingOperation>
) -> Self
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
sourcepub fn s3_delete_object_tagging(
self,
input: S3DeleteObjectTaggingOperation
) -> Self
pub fn s3_delete_object_tagging(
self,
input: S3DeleteObjectTaggingOperation
) -> Self
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
sourcepub fn set_s3_delete_object_tagging(
self,
input: Option<S3DeleteObjectTaggingOperation>
) -> Self
pub fn set_s3_delete_object_tagging(
self,
input: Option<S3DeleteObjectTaggingOperation>
) -> Self
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
sourcepub fn s3_initiate_restore_object(
self,
input: S3InitiateRestoreObjectOperation
) -> Self
pub fn s3_initiate_restore_object(
self,
input: S3InitiateRestoreObjectOperation
) -> Self
Directs the specified job to initiate restore requests for every archived object in the manifest.
sourcepub fn set_s3_initiate_restore_object(
self,
input: Option<S3InitiateRestoreObjectOperation>
) -> Self
pub fn set_s3_initiate_restore_object(
self,
input: Option<S3InitiateRestoreObjectOperation>
) -> Self
Directs the specified job to initiate restore requests for every archived object in the manifest.
sourcepub fn s3_put_object_legal_hold(
self,
input: S3SetObjectLegalHoldOperation
) -> Self
pub fn s3_put_object_legal_hold(
self,
input: S3SetObjectLegalHoldOperation
) -> Self
Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes every object to the underlying PutObjectLegalHold API. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn set_s3_put_object_legal_hold(
self,
input: Option<S3SetObjectLegalHoldOperation>
) -> Self
pub fn set_s3_put_object_legal_hold(
self,
input: Option<S3SetObjectLegalHoldOperation>
) -> Self
Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes every object to the underlying PutObjectLegalHold API. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn s3_put_object_retention(
self,
input: S3SetObjectRetentionOperation
) -> Self
pub fn s3_put_object_retention(
self,
input: S3SetObjectRetentionOperation
) -> Self
Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job. Batch Operations passes every object to the underlying PutObjectRetention API. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn set_s3_put_object_retention(
self,
input: Option<S3SetObjectRetentionOperation>
) -> Self
pub fn set_s3_put_object_retention(
self,
input: Option<S3SetObjectRetentionOperation>
) -> Self
Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job. Batch Operations passes every object to the underlying PutObjectRetention API. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn s3_replicate_object(self, input: S3ReplicateObjectOperation) -> Self
pub fn s3_replicate_object(self, input: S3ReplicateObjectOperation) -> Self
Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
sourcepub fn set_s3_replicate_object(
self,
input: Option<S3ReplicateObjectOperation>
) -> Self
pub fn set_s3_replicate_object(
self,
input: Option<S3ReplicateObjectOperation>
) -> Self
Directs the specified job to invoke ReplicateObject on every object in the job's manifest.
sourcepub fn build(self) -> JobOperation
pub fn build(self) -> JobOperation
Consumes the builder and constructs a JobOperation.