Struct aws_sdk_proton::types::builders::ServiceTemplateBuilder
source · #[non_exhaustive]pub struct ServiceTemplateBuilder { /* private fields */ }
Expand description
A builder for ServiceTemplate
.
Implementations§
source§impl ServiceTemplateBuilder
impl ServiceTemplateBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the service template.
This field is required.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 service template.
This field is required.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 service template.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the service template.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time when the service template was created.
This field is required.sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time when the service template was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time when the service template was created.
sourcepub fn last_modified_at(self, input: DateTime) -> Self
pub fn last_modified_at(self, input: DateTime) -> Self
The time when the service template was last modified.
This field is required.sourcepub fn set_last_modified_at(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_at(self, input: Option<DateTime>) -> Self
The time when the service template was last modified.
sourcepub fn get_last_modified_at(&self) -> &Option<DateTime>
pub fn get_last_modified_at(&self) -> &Option<DateTime>
The time when the service template was last modified.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The service template name as displayed in the developer interface.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The service template name as displayed in the developer interface.
sourcepub fn get_display_name(&self) -> &Option<String>
pub fn get_display_name(&self) -> &Option<String>
The service template name as displayed in the developer interface.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the service template.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the service template.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the service template.
sourcepub fn recommended_version(self, input: impl Into<String>) -> Self
pub fn recommended_version(self, input: impl Into<String>) -> Self
The recommended version of the service template.
sourcepub fn set_recommended_version(self, input: Option<String>) -> Self
pub fn set_recommended_version(self, input: Option<String>) -> Self
The recommended version of the service template.
sourcepub fn get_recommended_version(&self) -> &Option<String>
pub fn get_recommended_version(&self) -> &Option<String>
The recommended version of the service template.
sourcepub fn encryption_key(self, input: impl Into<String>) -> Self
pub fn encryption_key(self, input: impl Into<String>) -> Self
The customer provided service template encryption key that's used to encrypt data.
sourcepub fn set_encryption_key(self, input: Option<String>) -> Self
pub fn set_encryption_key(self, input: Option<String>) -> Self
The customer provided service template encryption key that's used to encrypt data.
sourcepub fn get_encryption_key(&self) -> &Option<String>
pub fn get_encryption_key(&self) -> &Option<String>
The customer provided service template encryption key that's used to encrypt data.
sourcepub fn pipeline_provisioning(self, input: Provisioning) -> Self
pub fn pipeline_provisioning(self, input: Provisioning) -> Self
If pipelineProvisioning
is true
, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
sourcepub fn set_pipeline_provisioning(self, input: Option<Provisioning>) -> Self
pub fn set_pipeline_provisioning(self, input: Option<Provisioning>) -> Self
If pipelineProvisioning
is true
, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
sourcepub fn get_pipeline_provisioning(&self) -> &Option<Provisioning>
pub fn get_pipeline_provisioning(&self) -> &Option<Provisioning>
If pipelineProvisioning
is true
, a service pipeline is included in the service template. Otherwise, a service pipeline isn't included in the service template.
sourcepub fn build(self) -> Result<ServiceTemplate, BuildError>
pub fn build(self) -> Result<ServiceTemplate, BuildError>
Consumes the builder and constructs a ServiceTemplate
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for ServiceTemplateBuilder
impl Clone for ServiceTemplateBuilder
source§fn clone(&self) -> ServiceTemplateBuilder
fn clone(&self) -> ServiceTemplateBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ServiceTemplateBuilder
impl Debug for ServiceTemplateBuilder
source§impl Default for ServiceTemplateBuilder
impl Default for ServiceTemplateBuilder
source§fn default() -> ServiceTemplateBuilder
fn default() -> ServiceTemplateBuilder
source§impl PartialEq for ServiceTemplateBuilder
impl PartialEq for ServiceTemplateBuilder
impl StructuralPartialEq for ServiceTemplateBuilder
Auto Trait Implementations§
impl Freeze for ServiceTemplateBuilder
impl RefUnwindSafe for ServiceTemplateBuilder
impl Send for ServiceTemplateBuilder
impl Sync for ServiceTemplateBuilder
impl Unpin for ServiceTemplateBuilder
impl UnwindSafe for ServiceTemplateBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more