Struct aws_sdk_appmesh::model::virtual_gateway_client_policy_tls::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VirtualGatewayClientPolicyTls
Implementations
Whether the policy is enforced. The default is True
, if a value isn't specified.
Whether the policy is enforced. The default is True
, if a value isn't specified.
Appends an item to ports
.
To override the contents of this collection use set_ports
.
One or more ports that the policy is enforced for.
One or more ports that the policy is enforced for.
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
A reference to an object that represents a virtual gateway's client's Transport Layer Security (TLS) certificate.
A reference to an object that represents a Transport Layer Security (TLS) validation context.
A reference to an object that represents a Transport Layer Security (TLS) validation context.
Consumes the builder and constructs a VirtualGatewayClientPolicyTls
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