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

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

A builder for Studio

Implementations

The IAM role that studio admins assume when logging in to the Nimble Studio portal.

The IAM role that studio admins assume when logging in to the Nimble Studio portal.

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it. ARNs are unique across all Regions.

The Unix epoch timestamp in seconds for when the resource was created.

The Unix epoch timestamp in seconds for when the resource was created.

A friendly name for the studio.

A friendly name for the studio.

The Amazon Web Services Region where the studio resource is located.

The Amazon Web Services Region where the studio resource is located.

The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble Studio portal.

The Amazon Web Services SSO application client ID used to integrate with Amazon Web Services SSO to enable Amazon Web Services SSO users to log in to Nimble Studio portal.

The current state of the studio resource.

The current state of the studio resource.

Status codes that provide additional detail on the studio state.

Status codes that provide additional detail on the studio state.

Additional detail on the studio state.

Additional detail on the studio state.

Configuration of the encryption method that is used for the studio.

Configuration of the encryption method that is used for the studio.

The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.

The unique identifier for a studio resource. In Nimble Studio, all other resources are contained in a studio resource.

The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.

The name of the studio, as included in the URL when accessing it in the Nimble Studio portal.

The address of the web page for the studio.

The address of the web page for the studio.

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 IAM role that studio users assume when logging in to the Nimble Studio portal.

The IAM role that studio users assume when logging in to the Nimble Studio portal.

Consumes the builder and constructs a Studio

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