pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVerifiedAccessEndpointOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn verified_access_endpoint(self, input: VerifiedAccessEndpoint) -> Self
pub fn verified_access_endpoint(self, input: VerifiedAccessEndpoint) -> Self
The ID of the Amazon Web Services Verified Access endpoint.
sourcepub fn set_verified_access_endpoint(
self,
input: Option<VerifiedAccessEndpoint>
) -> Self
pub fn set_verified_access_endpoint(
self,
input: Option<VerifiedAccessEndpoint>
) -> Self
The ID of the Amazon Web Services Verified Access endpoint.
sourcepub fn build(self) -> CreateVerifiedAccessEndpointOutput
pub fn build(self) -> CreateVerifiedAccessEndpointOutput
Consumes the builder and constructs a CreateVerifiedAccessEndpointOutput
.