Struct aws_sdk_elasticloadbalancingv2::model::ssl_policy::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SslPolicy
Implementations
Appends an item to ssl_protocols
.
To override the contents of this collection use set_ssl_protocols
.
The protocols.
The protocols.
Appends an item to ciphers
.
To override the contents of this collection use set_ciphers
.
The ciphers.
The ciphers.
Appends an item to supported_load_balancer_types
.
To override the contents of this collection use set_supported_load_balancer_types
.
The supported load balancers.
The supported load balancers.
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