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 get_source_credentials_infos(
&self
) -> &Option<Vec<SourceCredentialsInfo>>
pub fn get_source_credentials_infos( &self ) -> &Option<Vec<SourceCredentialsInfo>>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ListSourceCredentialsOutputBuilder
impl Default for ListSourceCredentialsOutputBuilder
source§fn default() -> ListSourceCredentialsOutputBuilder
fn default() -> ListSourceCredentialsOutputBuilder
source§impl PartialEq for ListSourceCredentialsOutputBuilder
impl PartialEq for ListSourceCredentialsOutputBuilder
source§fn eq(&self, other: &ListSourceCredentialsOutputBuilder) -> bool
fn eq(&self, other: &ListSourceCredentialsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.