Struct aws_sdk_appstream::types::builders::AppBlockBuilder
source · #[non_exhaustive]pub struct AppBlockBuilder { /* private fields */ }
Expand description
A builder for AppBlock
.
Implementations§
source§impl AppBlockBuilder
impl AppBlockBuilder
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the app block.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the app block.
sourcepub fn display_name(self, input: impl Into<String>) -> Self
pub fn display_name(self, input: impl Into<String>) -> Self
The display name of the app block.
sourcepub fn set_display_name(self, input: Option<String>) -> Self
pub fn set_display_name(self, input: Option<String>) -> Self
The display name of the app block.
sourcepub fn source_s3_location(self, input: S3Location) -> Self
pub fn source_s3_location(self, input: S3Location) -> Self
The source S3 location of the app block.
sourcepub fn set_source_s3_location(self, input: Option<S3Location>) -> Self
pub fn set_source_s3_location(self, input: Option<S3Location>) -> Self
The source S3 location of the app block.
sourcepub fn setup_script_details(self, input: ScriptDetails) -> Self
pub fn setup_script_details(self, input: ScriptDetails) -> Self
The setup script details of the app block.
sourcepub fn set_setup_script_details(self, input: Option<ScriptDetails>) -> Self
pub fn set_setup_script_details(self, input: Option<ScriptDetails>) -> Self
The setup script details of the app block.
sourcepub fn created_time(self, input: DateTime) -> Self
pub fn created_time(self, input: DateTime) -> Self
The created time of the app block.
sourcepub fn set_created_time(self, input: Option<DateTime>) -> Self
pub fn set_created_time(self, input: Option<DateTime>) -> Self
The created time of the app block.
Trait Implementations§
source§impl Clone for AppBlockBuilder
impl Clone for AppBlockBuilder
source§fn clone(&self) -> AppBlockBuilder
fn clone(&self) -> AppBlockBuilder
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 Debug for AppBlockBuilder
impl Debug for AppBlockBuilder
source§impl Default for AppBlockBuilder
impl Default for AppBlockBuilder
source§fn default() -> AppBlockBuilder
fn default() -> AppBlockBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AppBlockBuilder> for AppBlockBuilder
impl PartialEq<AppBlockBuilder> for AppBlockBuilder
source§fn eq(&self, other: &AppBlockBuilder) -> bool
fn eq(&self, other: &AppBlockBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.