pub struct GetVpcEndpointArgsBuilder<S: State = Empty> { /* private fields */ }
Expand description
Use builder syntax to set the inputs and finish with build_struct()
.
Implementations§
source§impl<S: State> GetVpcEndpointArgsBuilder<S>
impl<S: State> GetVpcEndpointArgsBuilder<S>
sourcepub fn build_struct(self) -> GetVpcEndpointArgswhere
S: IsComplete,
pub fn build_struct(self) -> GetVpcEndpointArgswhere
S: IsComplete,
Finish building and return the requested object
sourcepub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpcEndpointFilter>>>>,
) -> GetVpcEndpointArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn filters(
self,
value: impl Into<Output<Option<Vec<GetVpcEndpointFilter>>>>,
) -> GetVpcEndpointArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpcEndpointFilter>>>>>,
) -> GetVpcEndpointArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
pub fn maybe_filters(
self,
value: Option<impl Into<Output<Option<Vec<GetVpcEndpointFilter>>>>>,
) -> GetVpcEndpointArgsBuilder<SetFilters<S>>where
S::Filters: IsUnset,
sourcepub fn id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointArgsBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn id(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointArgsBuilder<SetId<S>>where
S::Id: IsUnset,
sourcepub fn maybe_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointArgsBuilder<SetId<S>>where
S::Id: IsUnset,
pub fn maybe_id(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointArgsBuilder<SetId<S>>where
S::Id: IsUnset,
sourcepub fn service_name(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
pub fn service_name(
self,
value: impl Into<Output<Option<String>>>,
) -> GetVpcEndpointArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Service name of the specific VPC Endpoint to retrieve. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).
sourcepub fn maybe_service_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
pub fn maybe_service_name(
self,
value: Option<impl Into<Output<Option<String>>>>,
) -> GetVpcEndpointArgsBuilder<SetServiceName<S>>where
S::ServiceName: IsUnset,
Optional (Some / Option setters). Default: <pulumi_wasm_rust::Output<Option<String>> as Default>::default()
.
Service name of the specific VPC Endpoint to retrieve. For AWS services the service name is usually in the form com.amazonaws.<region>.<service>
(the SageMaker Notebook service is an exception to this rule, the service name is in the form aws.sagemaker.<region>.notebook
).