#[non_exhaustive]pub struct ObjectLambdaAccessPointBuilder { /* private fields */ }
Expand description
A builder for ObjectLambdaAccessPoint
.
Implementations§
source§impl ObjectLambdaAccessPointBuilder
impl ObjectLambdaAccessPointBuilder
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.
This field is required.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 get_object_lambda_access_point_arn(&self) -> &Option<String>
pub fn get_object_lambda_access_point_arn(&self) -> &Option<String>
Specifies the ARN for the Object Lambda Access Point.
sourcepub fn alias(self, input: ObjectLambdaAccessPointAlias) -> Self
pub fn alias(self, input: ObjectLambdaAccessPointAlias) -> Self
The alias of the Object Lambda Access Point.
sourcepub fn set_alias(self, input: Option<ObjectLambdaAccessPointAlias>) -> Self
pub fn set_alias(self, input: Option<ObjectLambdaAccessPointAlias>) -> Self
The alias of the Object Lambda Access Point.
sourcepub fn get_alias(&self) -> &Option<ObjectLambdaAccessPointAlias>
pub fn get_alias(&self) -> &Option<ObjectLambdaAccessPointAlias>
The alias of the Object Lambda Access Point.
sourcepub fn build(self) -> Result<ObjectLambdaAccessPoint, BuildError>
pub fn build(self) -> Result<ObjectLambdaAccessPoint, BuildError>
Consumes the builder and constructs a ObjectLambdaAccessPoint
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ObjectLambdaAccessPointBuilder
impl Clone for ObjectLambdaAccessPointBuilder
source§fn clone(&self) -> ObjectLambdaAccessPointBuilder
fn clone(&self) -> ObjectLambdaAccessPointBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ObjectLambdaAccessPointBuilder
impl Default for ObjectLambdaAccessPointBuilder
source§fn default() -> ObjectLambdaAccessPointBuilder
fn default() -> ObjectLambdaAccessPointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ObjectLambdaAccessPointBuilder
impl PartialEq for ObjectLambdaAccessPointBuilder
source§fn eq(&self, other: &ObjectLambdaAccessPointBuilder) -> bool
fn eq(&self, other: &ObjectLambdaAccessPointBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ObjectLambdaAccessPointBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ObjectLambdaAccessPointBuilder
impl Send for ObjectLambdaAccessPointBuilder
impl Sync for ObjectLambdaAccessPointBuilder
impl Unpin for ObjectLambdaAccessPointBuilder
impl UnwindSafe for ObjectLambdaAccessPointBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.