Struct aws_sdk_bedrockagent::types::builders::S3IdentifierBuilder
source · #[non_exhaustive]pub struct S3IdentifierBuilder { /* private fields */ }Expand description
A builder for S3Identifier.
Implementations§
source§impl S3IdentifierBuilder
impl S3IdentifierBuilder
sourcepub fn s3_bucket_name(self, input: impl Into<String>) -> Self
pub fn s3_bucket_name(self, input: impl Into<String>) -> Self
A bucket in S3.
sourcepub fn set_s3_bucket_name(self, input: Option<String>) -> Self
pub fn set_s3_bucket_name(self, input: Option<String>) -> Self
A bucket in S3.
sourcepub fn get_s3_bucket_name(&self) -> &Option<String>
pub fn get_s3_bucket_name(&self) -> &Option<String>
A bucket in S3.
sourcepub fn s3_object_key(self, input: impl Into<String>) -> Self
pub fn s3_object_key(self, input: impl Into<String>) -> Self
A object key in S3.
sourcepub fn set_s3_object_key(self, input: Option<String>) -> Self
pub fn set_s3_object_key(self, input: Option<String>) -> Self
A object key in S3.
sourcepub fn get_s3_object_key(&self) -> &Option<String>
pub fn get_s3_object_key(&self) -> &Option<String>
A object key in S3.
sourcepub fn build(self) -> S3Identifier
pub fn build(self) -> S3Identifier
Consumes the builder and constructs a S3Identifier.
Trait Implementations§
source§impl Clone for S3IdentifierBuilder
impl Clone for S3IdentifierBuilder
source§fn clone(&self) -> S3IdentifierBuilder
fn clone(&self) -> S3IdentifierBuilder
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 Debug for S3IdentifierBuilder
impl Debug for S3IdentifierBuilder
source§impl Default for S3IdentifierBuilder
impl Default for S3IdentifierBuilder
source§fn default() -> S3IdentifierBuilder
fn default() -> S3IdentifierBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for S3IdentifierBuilder
impl PartialEq for S3IdentifierBuilder
source§fn eq(&self, other: &S3IdentifierBuilder) -> bool
fn eq(&self, other: &S3IdentifierBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for S3IdentifierBuilder
Auto Trait Implementations§
impl RefUnwindSafe for S3IdentifierBuilder
impl Send for S3IdentifierBuilder
impl Sync for S3IdentifierBuilder
impl Unpin for S3IdentifierBuilder
impl UnwindSafe for S3IdentifierBuilder
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.