Struct aws_sdk_codebuild::operation::delete_source_credentials::builders::DeleteSourceCredentialsInputBuilder
source · #[non_exhaustive]pub struct DeleteSourceCredentialsInputBuilder { /* private fields */ }
Expand description
A builder for DeleteSourceCredentialsInput
.
Implementations§
source§impl DeleteSourceCredentialsInputBuilder
impl DeleteSourceCredentialsInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the token.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the token.
sourcepub fn build(self) -> Result<DeleteSourceCredentialsInput, BuildError>
pub fn build(self) -> Result<DeleteSourceCredentialsInput, BuildError>
Consumes the builder and constructs a DeleteSourceCredentialsInput
.
Trait Implementations§
source§impl Clone for DeleteSourceCredentialsInputBuilder
impl Clone for DeleteSourceCredentialsInputBuilder
source§fn clone(&self) -> DeleteSourceCredentialsInputBuilder
fn clone(&self) -> DeleteSourceCredentialsInputBuilder
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 DeleteSourceCredentialsInputBuilder
impl Default for DeleteSourceCredentialsInputBuilder
source§fn default() -> DeleteSourceCredentialsInputBuilder
fn default() -> DeleteSourceCredentialsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSourceCredentialsInputBuilder> for DeleteSourceCredentialsInputBuilder
impl PartialEq<DeleteSourceCredentialsInputBuilder> for DeleteSourceCredentialsInputBuilder
source§fn eq(&self, other: &DeleteSourceCredentialsInputBuilder) -> bool
fn eq(&self, other: &DeleteSourceCredentialsInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.