Struct aws_sdk_s3control::model::job_operation::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JobOperation
Implementations
Directs the specified job to invoke an Lambda function on every object in the manifest.
Directs the specified job to invoke an Lambda function on every object in the manifest.
Directs the specified job to run a PUT Copy object call on every object in the manifest.
Directs the specified job to run a PUT Copy object call on every object in the manifest.
Directs the specified job to run a PUT Object acl call on every object in the manifest.
Directs the specified job to run a PUT Object acl call on every object in the manifest.
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
pub 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.
Directs the specified job to initiate restore requests for every archived object in the manifest.
pub 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.
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.
pub 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.
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.
pub 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.
Consumes the builder and constructs a JobOperation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more