Struct aws_sdk_nimble::model::launch_profile::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for LaunchProfile
Implementations
The Unix epoch timestamp in seconds for when the resource was created.
The Unix epoch timestamp in seconds for when the resource was created.
The user ID of the user that created the launch profile.
The user ID of the user that created the launch profile.
A human-readable description of the launch profile.
A human-readable description of the launch profile.
Appends an item to ec2_subnet_ids.
To override the contents of this collection use set_ec2_subnet_ids.
Unique identifiers for a collection of EC2 subnets.
Unique identifiers for a collection of EC2 subnets.
The launch profile ID.
The launch profile ID.
Appends an item to launch_profile_protocol_versions.
To override the contents of this collection use set_launch_profile_protocol_versions.
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".
The current state.
The current state.
The status code.
The status code.
The status message for the launch profile.
The status message for the launch profile.
A configuration for a streaming session.
A configuration for a streaming session.
Appends an item to studio_component_ids.
To override the contents of this collection use set_studio_component_ids.
Unique identifiers for a collection of studio components that can be used with this launch profile.
Unique identifiers for a collection of studio components that can be used with this launch profile.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A collection of labels, in the form of key:value pairs, that apply to this resource.
A collection of labels, in the form of key:value pairs, that apply to this resource.
The Unix epoch timestamp in seconds for when the resource was updated.
The Unix epoch timestamp in seconds for when the resource was updated.
The user ID of the user that most recently updated the resource.
The user ID of the user that most recently updated the resource.
Consumes the builder and constructs a LaunchProfile
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
