Struct aws_sdk_s3control::model::object_lambda_transformation_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ObjectLambdaTransformationConfiguration
Implementations
Appends an item to actions
.
To override the contents of this collection use set_actions
.
A container for the action of an Object Lambda Access Point configuration. Valid input is GetObject
.
pub fn set_actions(
self,
input: Option<Vec<ObjectLambdaTransformationConfigurationAction>>
) -> Self
pub fn set_actions(
self,
input: Option<Vec<ObjectLambdaTransformationConfigurationAction>>
) -> Self
A container for the action of an Object Lambda Access Point configuration. Valid input is GetObject
.
A container for the content transformation of an Object Lambda Access Point configuration.
pub fn set_content_transformation(
self,
input: Option<ObjectLambdaContentTransformation>
) -> Self
pub fn set_content_transformation(
self,
input: Option<ObjectLambdaContentTransformation>
) -> Self
A container for the content transformation of an Object Lambda Access Point configuration.
Consumes the builder and constructs a ObjectLambdaTransformationConfiguration
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