Struct aws_sdk_codebuild::operation::list_source_credentials::builders::ListSourceCredentialsOutputBuilder
source · #[non_exhaustive]pub struct ListSourceCredentialsOutputBuilder { /* private fields */ }
Expand description
A builder for ListSourceCredentialsOutput
.
Implementations§
source§impl ListSourceCredentialsOutputBuilder
impl ListSourceCredentialsOutputBuilder
sourcepub fn source_credentials_infos(self, input: SourceCredentialsInfo) -> Self
pub fn source_credentials_infos(self, input: SourceCredentialsInfo) -> Self
Appends an item to source_credentials_infos
.
To override the contents of this collection use set_source_credentials_infos
.
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source provider for one set of credentials.
sourcepub fn set_source_credentials_infos(
self,
input: Option<Vec<SourceCredentialsInfo>>
) -> Self
pub fn set_source_credentials_infos( self, input: Option<Vec<SourceCredentialsInfo>> ) -> Self
A list of SourceCredentialsInfo
objects. Each SourceCredentialsInfo
object includes the authentication type, token ARN, and type of source provider for one set of credentials.
sourcepub fn build(self) -> ListSourceCredentialsOutput
pub fn build(self) -> ListSourceCredentialsOutput
Consumes the builder and constructs a ListSourceCredentialsOutput
.
Trait Implementations§
source§impl Clone for ListSourceCredentialsOutputBuilder
impl Clone for ListSourceCredentialsOutputBuilder
source§fn clone(&self) -> ListSourceCredentialsOutputBuilder
fn clone(&self) -> ListSourceCredentialsOutputBuilder
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 ListSourceCredentialsOutputBuilder
impl Default for ListSourceCredentialsOutputBuilder
source§fn default() -> ListSourceCredentialsOutputBuilder
fn default() -> ListSourceCredentialsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListSourceCredentialsOutputBuilder> for ListSourceCredentialsOutputBuilder
impl PartialEq<ListSourceCredentialsOutputBuilder> for ListSourceCredentialsOutputBuilder
source§fn eq(&self, other: &ListSourceCredentialsOutputBuilder) -> bool
fn eq(&self, other: &ListSourceCredentialsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListSourceCredentialsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListSourceCredentialsOutputBuilder
impl Send for ListSourceCredentialsOutputBuilder
impl Sync for ListSourceCredentialsOutputBuilder
impl Unpin for ListSourceCredentialsOutputBuilder
impl UnwindSafe for ListSourceCredentialsOutputBuilder
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