pub struct VpcEndpointServiceAllowedPrincipleArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S: State> VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
sourcepub fn build_struct(self) -> VpcEndpointServiceAllowedPrincipleArgswhere
S: IsComplete,
pub fn build_struct(self) -> VpcEndpointServiceAllowedPrincipleArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn principal_arn(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointServiceAllowedPrincipleArgsBuilder<SetPrincipalArn<S>>where
S::PrincipalArn: IsUnset,
pub fn principal_arn(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointServiceAllowedPrincipleArgsBuilder<SetPrincipalArn<S>>where
S::PrincipalArn: IsUnset,
Required.
The ARN of the principal to allow permissions.
sourcepub fn vpc_endpoint_service_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointServiceAllowedPrincipleArgsBuilder<SetVpcEndpointServiceId<S>>where
S::VpcEndpointServiceId: IsUnset,
pub fn vpc_endpoint_service_id(
self,
value: impl Into<Output<String>>,
) -> VpcEndpointServiceAllowedPrincipleArgsBuilder<SetVpcEndpointServiceId<S>>where
S::VpcEndpointServiceId: IsUnset,
Required.
The ID of the VPC endpoint service to allow permission.
Auto Trait Implementations§
impl<S> Freeze for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S> RefUnwindSafe for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S> Send for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S> Sync for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S> Unpin for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
impl<S> UnwindSafe for VpcEndpointServiceAllowedPrincipleArgsBuilder<S>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more