Struct aws_sdk_ec2::operation::create_verified_access_endpoint::builders::CreateVerifiedAccessEndpointInputBuilder
source · #[non_exhaustive]pub struct CreateVerifiedAccessEndpointInputBuilder { /* private fields */ }
Expand description
A builder for CreateVerifiedAccessEndpointInput
.
Implementations§
source§impl CreateVerifiedAccessEndpointInputBuilder
impl CreateVerifiedAccessEndpointInputBuilder
sourcepub fn verified_access_group_id(self, input: impl Into<String>) -> Self
pub fn verified_access_group_id(self, input: impl Into<String>) -> Self
The ID of the Verified Access group to associate the endpoint with.
sourcepub fn set_verified_access_group_id(self, input: Option<String>) -> Self
pub fn set_verified_access_group_id(self, input: Option<String>) -> Self
The ID of the Verified Access group to associate the endpoint with.
sourcepub fn get_verified_access_group_id(&self) -> &Option<String>
pub fn get_verified_access_group_id(&self) -> &Option<String>
The ID of the Verified Access group to associate the endpoint with.
sourcepub fn endpoint_type(self, input: VerifiedAccessEndpointType) -> Self
pub fn endpoint_type(self, input: VerifiedAccessEndpointType) -> Self
The type of Verified Access endpoint to create.
sourcepub fn set_endpoint_type(
self,
input: Option<VerifiedAccessEndpointType>
) -> Self
pub fn set_endpoint_type( self, input: Option<VerifiedAccessEndpointType> ) -> Self
The type of Verified Access endpoint to create.
sourcepub fn get_endpoint_type(&self) -> &Option<VerifiedAccessEndpointType>
pub fn get_endpoint_type(&self) -> &Option<VerifiedAccessEndpointType>
The type of Verified Access endpoint to create.
sourcepub fn attachment_type(
self,
input: VerifiedAccessEndpointAttachmentType
) -> Self
pub fn attachment_type( self, input: VerifiedAccessEndpointAttachmentType ) -> Self
The type of attachment.
sourcepub fn set_attachment_type(
self,
input: Option<VerifiedAccessEndpointAttachmentType>
) -> Self
pub fn set_attachment_type( self, input: Option<VerifiedAccessEndpointAttachmentType> ) -> Self
The type of attachment.
sourcepub fn get_attachment_type(
&self
) -> &Option<VerifiedAccessEndpointAttachmentType>
pub fn get_attachment_type( &self ) -> &Option<VerifiedAccessEndpointAttachmentType>
The type of attachment.
sourcepub fn domain_certificate_arn(self, input: impl Into<String>) -> Self
pub fn domain_certificate_arn(self, input: impl Into<String>) -> Self
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
sourcepub fn set_domain_certificate_arn(self, input: Option<String>) -> Self
pub fn set_domain_certificate_arn(self, input: Option<String>) -> Self
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
sourcepub fn get_domain_certificate_arn(&self) -> &Option<String>
pub fn get_domain_certificate_arn(&self) -> &Option<String>
The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint. The CN in the certificate must match the DNS name your end users will use to reach your application.
sourcepub fn application_domain(self, input: impl Into<String>) -> Self
pub fn application_domain(self, input: impl Into<String>) -> Self
The DNS name for users to reach your application.
sourcepub fn set_application_domain(self, input: Option<String>) -> Self
pub fn set_application_domain(self, input: Option<String>) -> Self
The DNS name for users to reach your application.
sourcepub fn get_application_domain(&self) -> &Option<String>
pub fn get_application_domain(&self) -> &Option<String>
The DNS name for users to reach your application.
sourcepub fn endpoint_domain_prefix(self, input: impl Into<String>) -> Self
pub fn endpoint_domain_prefix(self, input: impl Into<String>) -> Self
A custom identifier that is prepended to the DNS name that is generated for the endpoint.
sourcepub fn set_endpoint_domain_prefix(self, input: Option<String>) -> Self
pub fn set_endpoint_domain_prefix(self, input: Option<String>) -> Self
A custom identifier that is prepended to the DNS name that is generated for the endpoint.
sourcepub fn get_endpoint_domain_prefix(&self) -> &Option<String>
pub fn get_endpoint_domain_prefix(&self) -> &Option<String>
A custom identifier that is prepended to the DNS name that is generated for the endpoint.
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The IDs of the security groups to associate with the Verified Access endpoint.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the security groups to associate with the Verified Access endpoint.
sourcepub fn get_security_group_ids(&self) -> &Option<Vec<String>>
pub fn get_security_group_ids(&self) -> &Option<Vec<String>>
The IDs of the security groups to associate with the Verified Access endpoint.
sourcepub fn load_balancer_options(
self,
input: CreateVerifiedAccessEndpointLoadBalancerOptions
) -> Self
pub fn load_balancer_options( self, input: CreateVerifiedAccessEndpointLoadBalancerOptions ) -> Self
The load balancer details. This parameter is required if the endpoint type is load-balancer
.
sourcepub fn set_load_balancer_options(
self,
input: Option<CreateVerifiedAccessEndpointLoadBalancerOptions>
) -> Self
pub fn set_load_balancer_options( self, input: Option<CreateVerifiedAccessEndpointLoadBalancerOptions> ) -> Self
The load balancer details. This parameter is required if the endpoint type is load-balancer
.
sourcepub fn get_load_balancer_options(
&self
) -> &Option<CreateVerifiedAccessEndpointLoadBalancerOptions>
pub fn get_load_balancer_options( &self ) -> &Option<CreateVerifiedAccessEndpointLoadBalancerOptions>
The load balancer details. This parameter is required if the endpoint type is load-balancer
.
sourcepub fn network_interface_options(
self,
input: CreateVerifiedAccessEndpointEniOptions
) -> Self
pub fn network_interface_options( self, input: CreateVerifiedAccessEndpointEniOptions ) -> Self
The network interface details. This parameter is required if the endpoint type is network-interface
.
sourcepub fn set_network_interface_options(
self,
input: Option<CreateVerifiedAccessEndpointEniOptions>
) -> Self
pub fn set_network_interface_options( self, input: Option<CreateVerifiedAccessEndpointEniOptions> ) -> Self
The network interface details. This parameter is required if the endpoint type is network-interface
.
sourcepub fn get_network_interface_options(
&self
) -> &Option<CreateVerifiedAccessEndpointEniOptions>
pub fn get_network_interface_options( &self ) -> &Option<CreateVerifiedAccessEndpointEniOptions>
The network interface details. This parameter is required if the endpoint type is network-interface
.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the Verified Access endpoint.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the Verified Access endpoint.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description for the Verified Access endpoint.
sourcepub fn policy_document(self, input: impl Into<String>) -> Self
pub fn policy_document(self, input: impl Into<String>) -> Self
The Verified Access policy document.
sourcepub fn set_policy_document(self, input: Option<String>) -> Self
pub fn set_policy_document(self, input: Option<String>) -> Self
The Verified Access policy document.
sourcepub fn get_policy_document(&self) -> &Option<String>
pub fn get_policy_document(&self) -> &Option<String>
The Verified Access policy document.
sourcepub fn tag_specifications(self, input: TagSpecification) -> Self
pub fn tag_specifications(self, input: TagSpecification) -> Self
Appends an item to tag_specifications
.
To override the contents of this collection use set_tag_specifications
.
The tags to assign to the Verified Access endpoint.
sourcepub fn set_tag_specifications(
self,
input: Option<Vec<TagSpecification>>
) -> Self
pub fn set_tag_specifications( self, input: Option<Vec<TagSpecification>> ) -> Self
The tags to assign to the Verified Access endpoint.
sourcepub fn get_tag_specifications(&self) -> &Option<Vec<TagSpecification>>
pub fn get_tag_specifications(&self) -> &Option<Vec<TagSpecification>>
The tags to assign to the Verified Access endpoint.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
sourcepub fn dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn get_dry_run(&self) -> &Option<bool>
pub fn get_dry_run(&self) -> &Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn build(self) -> Result<CreateVerifiedAccessEndpointInput, BuildError>
pub fn build(self) -> Result<CreateVerifiedAccessEndpointInput, BuildError>
Consumes the builder and constructs a CreateVerifiedAccessEndpointInput
.
source§impl CreateVerifiedAccessEndpointInputBuilder
impl CreateVerifiedAccessEndpointInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateVerifiedAccessEndpointOutput, SdkError<CreateVerifiedAccessEndpointError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateVerifiedAccessEndpointOutput, SdkError<CreateVerifiedAccessEndpointError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateVerifiedAccessEndpointInputBuilder
impl Clone for CreateVerifiedAccessEndpointInputBuilder
source§fn clone(&self) -> CreateVerifiedAccessEndpointInputBuilder
fn clone(&self) -> CreateVerifiedAccessEndpointInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateVerifiedAccessEndpointInputBuilder
impl Default for CreateVerifiedAccessEndpointInputBuilder
source§fn default() -> CreateVerifiedAccessEndpointInputBuilder
fn default() -> CreateVerifiedAccessEndpointInputBuilder
source§impl PartialEq<CreateVerifiedAccessEndpointInputBuilder> for CreateVerifiedAccessEndpointInputBuilder
impl PartialEq<CreateVerifiedAccessEndpointInputBuilder> for CreateVerifiedAccessEndpointInputBuilder
source§fn eq(&self, other: &CreateVerifiedAccessEndpointInputBuilder) -> bool
fn eq(&self, other: &CreateVerifiedAccessEndpointInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.