pub struct Builder { /* private fields */ }
Expand description
A builder for ListSourceCredentialsOutput
.
Implementations§
source§impl Builder
impl Builder
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
.