Struct aws_sdk_s3control::model::job_operation::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for JobOperation
Implementations
sourceimpl 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 PUT Object acl 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 PUT Object acl 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
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more