#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreatePresignedDomainUrlInput
Implementations
The domain ID.
The name of the UserProfile to sign-in as.
The name of the UserProfile to sign-in as.
The session expiration duration in seconds. This value defaults to 43200.
The session expiration duration in seconds. This value defaults to 43200.
The number of seconds until the pre-signed URL expires. This value defaults to 300.
The number of seconds until the pre-signed URL expires. This value defaults to 300.
Consumes the builder and constructs a CreatePresignedDomainUrlInput
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