Struct aws_sdk_apprunner::model::connection_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConnectionSummary
Implementations
The customer-provided connection name.
The customer-provided connection name.
The Amazon Resource Name (ARN) of this connection.
The Amazon Resource Name (ARN) of this connection.
The source repository provider.
The source repository provider.
The current state of the App Runner connection. When the state is AVAILABLE
, you can use the connection to create an App Runner service.
The current state of the App Runner connection. When the state is AVAILABLE
, you can use the connection to create an App Runner service.
The App Runner connection creation time, expressed as a Unix time stamp.
The App Runner connection creation time, expressed as a Unix time stamp.
Consumes the builder and constructs a ConnectionSummary
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