Struct aws_sdk_nimble::model::launch_profile::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

A builder for LaunchProfile

Implementations

The ARN of the resource.

The ARN of the resource.

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".

A friendly name for the launch profile.

A friendly name for the launch profile.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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