#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for CreateLoadBalancerPolicyInput
Implementations
The name of the load balancer.
The name of the load balancer.
The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes
.
The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes
.
Appends an item to policy_attributes
.
To override the contents of this collection use set_policy_attributes
.
The policy attributes.
The policy attributes.
Consumes the builder and constructs a CreateLoadBalancerPolicyInput
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