pub struct RegionNetworkEndpointArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> RegionNetworkEndpointArgsBuilder<S>
impl<S: State> RegionNetworkEndpointArgsBuilder<S>
sourcepub fn build_struct(self) -> RegionNetworkEndpointArgswhere
S: IsComplete,
pub fn build_struct(self) -> RegionNetworkEndpointArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn client_destination_port(
self,
value: impl Into<Output<Option<i32>>>,
) -> RegionNetworkEndpointArgsBuilder<SetClientDestinationPort<S>>where
S::ClientDestinationPort: IsUnset,
pub fn client_destination_port(
self,
value: impl Into<Output<Option<i32>>>,
) -> RegionNetworkEndpointArgsBuilder<SetClientDestinationPort<S>>where
S::ClientDestinationPort: IsUnset,
sourcepub fn maybe_client_destination_port(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetClientDestinationPort<S>>where
S::ClientDestinationPort: IsUnset,
pub fn maybe_client_destination_port(
self,
value: Option<impl Into<Output<Option<i32>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetClientDestinationPort<S>>where
S::ClientDestinationPort: IsUnset,
sourcepub fn fqdn(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetFqdn<S>>where
S::Fqdn: IsUnset,
pub fn fqdn(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetFqdn<S>>where
S::Fqdn: IsUnset,
sourcepub fn maybe_fqdn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetFqdn<S>>where
S::Fqdn: IsUnset,
pub fn maybe_fqdn(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetFqdn<S>>where
S::Fqdn: IsUnset,
sourcepub fn instance(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetInstance<S>>where
S::Instance: IsUnset,
pub fn instance(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetInstance<S>>where
S::Instance: IsUnset,
sourcepub fn maybe_instance(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetInstance<S>>where
S::Instance: IsUnset,
pub fn maybe_instance(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetInstance<S>>where
S::Instance: IsUnset,
sourcepub fn ip_address(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetIpAddress<S>>where
S::IpAddress: IsUnset,
pub fn ip_address(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetIpAddress<S>>where
S::IpAddress: IsUnset,
sourcepub fn maybe_ip_address(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetIpAddress<S>>where
S::IpAddress: IsUnset,
pub fn maybe_ip_address(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetIpAddress<S>>where
S::IpAddress: IsUnset,
sourcepub fn port(
self,
value: impl Into<Output<i32>>,
) -> RegionNetworkEndpointArgsBuilder<SetPort<S>>where
S::Port: IsUnset,
pub fn port(
self,
value: impl Into<Output<i32>>,
) -> RegionNetworkEndpointArgsBuilder<SetPort<S>>where
S::Port: IsUnset,
Required.
Port number of network endpoint.
sourcepub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn project(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
pub fn maybe_project(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetProject<S>>where
S::Project: IsUnset,
sourcepub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn region(
self,
value: impl Into<Output<Option<String>>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
pub fn maybe_region(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegion<S>>where
S::Region: IsUnset,
sourcepub fn region_network_endpoint_group(
self,
value: impl Into<Output<String>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegionNetworkEndpointGroup<S>>where
S::RegionNetworkEndpointGroup: IsUnset,
pub fn region_network_endpoint_group(
self,
value: impl Into<Output<String>>,
) -> RegionNetworkEndpointArgsBuilder<SetRegionNetworkEndpointGroup<S>>where
S::RegionNetworkEndpointGroup: IsUnset,
Required.
The network endpoint group this endpoint is part of.
Auto Trait Implementations§
impl<S> Freeze for RegionNetworkEndpointArgsBuilder<S>
impl<S> RefUnwindSafe for RegionNetworkEndpointArgsBuilder<S>
impl<S> Send for RegionNetworkEndpointArgsBuilder<S>
impl<S> Sync for RegionNetworkEndpointArgsBuilder<S>
impl<S> Unpin for RegionNetworkEndpointArgsBuilder<S>
impl<S> UnwindSafe for RegionNetworkEndpointArgsBuilder<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