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.
pub fn set_studio_encryption_configuration(
self,
input: Option<StudioEncryptionConfiguration>
) -> Self
pub fn set_studio_encryption_configuration(
self,
input: Option<StudioEncryptionConfiguration>
) -> Self
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.
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
