Struct aws_sdk_lambda::model::allowed_publishers::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AllowedPublishers
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn signing_profile_version_arns(self, input: impl Into<String>) -> Self
pub fn signing_profile_version_arns(self, input: impl Into<String>) -> Self
Appends an item to signing_profile_version_arns
.
To override the contents of this collection use set_signing_profile_version_arns
.
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
sourcepub fn set_signing_profile_version_arns(self, input: Option<Vec<String>>) -> Self
pub fn set_signing_profile_version_arns(self, input: Option<Vec<String>>) -> Self
The Amazon Resource Name (ARN) for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
sourcepub fn build(self) -> AllowedPublishers
pub fn build(self) -> AllowedPublishers
Consumes the builder and constructs a AllowedPublishers
.