Struct aws_sdk_s3control::types::builders::JobOperationBuilder
source · #[non_exhaustive]pub struct JobOperationBuilder { /* private fields */ }
Expand description
A builder for JobOperation
.
Implementations§
source§impl JobOperationBuilder
impl JobOperationBuilder
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 get_lambda_invoke(&self) -> &Option<LambdaInvokeOperation>
pub fn get_lambda_invoke(&self) -> &Option<LambdaInvokeOperation>
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 get_s3_put_object_copy(&self) -> &Option<S3CopyObjectOperation>
pub fn get_s3_put_object_copy(&self) -> &Option<S3CopyObjectOperation>
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 get_s3_put_object_acl(&self) -> &Option<S3SetObjectAclOperation>
pub fn get_s3_put_object_acl(&self) -> &Option<S3SetObjectAclOperation>
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 get_s3_put_object_tagging(&self) -> &Option<S3SetObjectTaggingOperation>
pub fn get_s3_put_object_tagging(&self) -> &Option<S3SetObjectTaggingOperation>
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 get_s3_delete_object_tagging(
&self
) -> &Option<S3DeleteObjectTaggingOperation>
pub fn get_s3_delete_object_tagging( &self ) -> &Option<S3DeleteObjectTaggingOperation>
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 get_s3_initiate_restore_object(
&self
) -> &Option<S3InitiateRestoreObjectOperation>
pub fn get_s3_initiate_restore_object( &self ) -> &Option<S3InitiateRestoreObjectOperation>
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 to every object to the underlying PutObjectLegalHold
API operation. 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 to every object to the underlying PutObjectLegalHold
API operation. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn get_s3_put_object_legal_hold(
&self
) -> &Option<S3SetObjectLegalHoldOperation>
pub fn get_s3_put_object_legal_hold( &self ) -> &Option<S3SetObjectLegalHoldOperation>
Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes to every object to the underlying PutObjectLegalHold
API operation. 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 operation. 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 operation. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon S3 User Guide.
sourcepub fn get_s3_put_object_retention(
&self
) -> &Option<S3SetObjectRetentionOperation>
pub fn get_s3_put_object_retention( &self ) -> &Option<S3SetObjectRetentionOperation>
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 operation. 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 get_s3_replicate_object(&self) -> &Option<S3ReplicateObjectOperation>
pub fn get_s3_replicate_object(&self) -> &Option<S3ReplicateObjectOperation>
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
.
Trait Implementations§
source§impl Clone for JobOperationBuilder
impl Clone for JobOperationBuilder
source§fn clone(&self) -> JobOperationBuilder
fn clone(&self) -> JobOperationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobOperationBuilder
impl Debug for JobOperationBuilder
source§impl Default for JobOperationBuilder
impl Default for JobOperationBuilder
source§fn default() -> JobOperationBuilder
fn default() -> JobOperationBuilder
source§impl PartialEq for JobOperationBuilder
impl PartialEq for JobOperationBuilder
source§fn eq(&self, other: &JobOperationBuilder) -> bool
fn eq(&self, other: &JobOperationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.