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