pub struct Builder { /* private fields */ }Expand description
A builder for ObjectLambdaAccessPoint.
Implementations§
source§impl Builder
impl Builder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the Object Lambda Access Point.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the Object Lambda Access Point.
sourcepub fn object_lambda_access_point_arn(self, input: impl Into<String>) -> Self
pub fn object_lambda_access_point_arn(self, input: impl Into<String>) -> Self
Specifies the ARN for the Object Lambda Access Point.
sourcepub fn set_object_lambda_access_point_arn(self, input: Option<String>) -> Self
pub fn set_object_lambda_access_point_arn(self, input: Option<String>) -> Self
Specifies the ARN for the Object Lambda Access Point.
sourcepub fn build(self) -> ObjectLambdaAccessPoint
pub fn build(self) -> ObjectLambdaAccessPoint
Consumes the builder and constructs a ObjectLambdaAccessPoint.