Interface CreateVerifiedAccessEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateVerifiedAccessEndpointRequest.Builder,
,CreateVerifiedAccessEndpointRequest> Ec2Request.Builder
,SdkBuilder<CreateVerifiedAccessEndpointRequest.Builder,
,CreateVerifiedAccessEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateVerifiedAccessEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationDomain
(String applicationDomain) The DNS name for users to reach your application.attachmentType
(String attachmentType) The type of attachment.attachmentType
(VerifiedAccessEndpointAttachmentType attachmentType) The type of attachment.clientToken
(String clientToken) A unique, case-sensitive token that you provide to ensure idempotency of your modification request.description
(String description) A description for the Verified Access endpoint.domainCertificateArn
(String domainCertificateArn) The ARN of the public TLS/SSL certificate in Amazon Web Services Certificate Manager to associate with the endpoint.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.endpointDomainPrefix
(String endpointDomainPrefix) A custom identifier that is prepended to the DNS name that is generated for the endpoint.endpointType
(String endpointType) The type of Verified Access endpoint to create.endpointType
(VerifiedAccessEndpointType endpointType) The type of Verified Access endpoint to create.loadBalancerOptions
(Consumer<CreateVerifiedAccessEndpointLoadBalancerOptions.Builder> loadBalancerOptions) The load balancer details.loadBalancerOptions
(CreateVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions) The load balancer details.networkInterfaceOptions
(Consumer<CreateVerifiedAccessEndpointEniOptions.Builder> networkInterfaceOptions) The network interface details.networkInterfaceOptions
(CreateVerifiedAccessEndpointEniOptions networkInterfaceOptions) The network interface details.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.policyDocument
(String policyDocument) The Verified Access policy document.securityGroupIds
(String... securityGroupIds) The IDs of the security groups to associate with the Verified Access endpoint.securityGroupIds
(Collection<String> securityGroupIds) The IDs of the security groups to associate with the Verified Access endpoint.sseSpecification
(Consumer<VerifiedAccessSseSpecificationRequest.Builder> sseSpecification) Options for server side encryption.sseSpecification
(VerifiedAccessSseSpecificationRequest sseSpecification) Options for server side encryption.tagSpecifications
(Collection<TagSpecification> tagSpecifications) The tags to assign to the Verified Access endpoint.tagSpecifications
(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the Verified Access endpoint.tagSpecifications
(TagSpecification... tagSpecifications) The tags to assign to the Verified Access endpoint.verifiedAccessGroupId
(String verifiedAccessGroupId) The ID of the Verified Access group to associate the endpoint with.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
verifiedAccessGroupId
The ID of the Verified Access group to associate the endpoint with.
- Parameters:
verifiedAccessGroupId
- The ID of the Verified Access group to associate the endpoint with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointType
The type of Verified Access endpoint to create.
- Parameters:
endpointType
- The type of Verified Access endpoint to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointType
The type of Verified Access endpoint to create.
- Parameters:
endpointType
- The type of Verified Access endpoint to create.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentType
The type of attachment.
- Parameters:
attachmentType
- The type of attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attachmentType
CreateVerifiedAccessEndpointRequest.Builder attachmentType(VerifiedAccessEndpointAttachmentType attachmentType) The type of attachment.
- Parameters:
attachmentType
- The type of attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainCertificateArn
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.
- Parameters:
domainCertificateArn
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationDomain
The DNS name for users to reach your application.
- Parameters:
applicationDomain
- The DNS name for users to reach your application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointDomainPrefix
A custom identifier that is prepended to the DNS name that is generated for the endpoint.
- Parameters:
endpointDomainPrefix
- A custom identifier that is prepended to the DNS name that is generated for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups to associate with the Verified Access endpoint.
- Parameters:
securityGroupIds
- The IDs of the security groups to associate with the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupIds
The IDs of the security groups to associate with the Verified Access endpoint.
- Parameters:
securityGroupIds
- The IDs of the security groups to associate with the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerOptions
CreateVerifiedAccessEndpointRequest.Builder loadBalancerOptions(CreateVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions) The load balancer details. This parameter is required if the endpoint type is
load-balancer
.- Parameters:
loadBalancerOptions
- The load balancer details. This parameter is required if the endpoint type isload-balancer
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerOptions
default CreateVerifiedAccessEndpointRequest.Builder loadBalancerOptions(Consumer<CreateVerifiedAccessEndpointLoadBalancerOptions.Builder> loadBalancerOptions) The load balancer details. This parameter is required if the endpoint type is
This is a convenience method that creates an instance of theload-balancer
.CreateVerifiedAccessEndpointLoadBalancerOptions.Builder
avoiding the need to create one manually viaCreateVerifiedAccessEndpointLoadBalancerOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloadBalancerOptions(CreateVerifiedAccessEndpointLoadBalancerOptions)
.- Parameters:
loadBalancerOptions
- a consumer that will call methods onCreateVerifiedAccessEndpointLoadBalancerOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkInterfaceOptions
CreateVerifiedAccessEndpointRequest.Builder networkInterfaceOptions(CreateVerifiedAccessEndpointEniOptions networkInterfaceOptions) The network interface details. This parameter is required if the endpoint type is
network-interface
.- Parameters:
networkInterfaceOptions
- The network interface details. This parameter is required if the endpoint type isnetwork-interface
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceOptions
default CreateVerifiedAccessEndpointRequest.Builder networkInterfaceOptions(Consumer<CreateVerifiedAccessEndpointEniOptions.Builder> networkInterfaceOptions) The network interface details. This parameter is required if the endpoint type is
This is a convenience method that creates an instance of thenetwork-interface
.CreateVerifiedAccessEndpointEniOptions.Builder
avoiding the need to create one manually viaCreateVerifiedAccessEndpointEniOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkInterfaceOptions(CreateVerifiedAccessEndpointEniOptions)
.- Parameters:
networkInterfaceOptions
- a consumer that will call methods onCreateVerifiedAccessEndpointEniOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
A description for the Verified Access endpoint.
- Parameters:
description
- A description for the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyDocument
The Verified Access policy document.
- Parameters:
policyDocument
- The Verified Access policy document.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateVerifiedAccessEndpointRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to assign to the Verified Access endpoint.
- Parameters:
tagSpecifications
- The tags to assign to the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateVerifiedAccessEndpointRequest.Builder tagSpecifications(TagSpecification... tagSpecifications) The tags to assign to the Verified Access endpoint.
- Parameters:
tagSpecifications
- The tags to assign to the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagSpecifications
CreateVerifiedAccessEndpointRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to assign to the Verified Access endpoint.
This is a convenience method that creates an instance of theTagSpecification.Builder
avoiding the need to create one manually viaTagSpecification.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totagSpecifications(List<TagSpecification>)
.- Parameters:
tagSpecifications
- a consumer that will call methods onTagSpecification.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.
- Parameters:
clientToken
- A unique, case-sensitive token that you provide to ensure idempotency of your modification request. For more information, see Ensuring Idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dryRun
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 isUnauthorizedOperation
.- Parameters:
dryRun
- 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 isDryRunOperation
. Otherwise, it isUnauthorizedOperation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseSpecification
CreateVerifiedAccessEndpointRequest.Builder sseSpecification(VerifiedAccessSseSpecificationRequest sseSpecification) Options for server side encryption.
- Parameters:
sseSpecification
- Options for server side encryption.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sseSpecification
default CreateVerifiedAccessEndpointRequest.Builder sseSpecification(Consumer<VerifiedAccessSseSpecificationRequest.Builder> sseSpecification) Options for server side encryption.
This is a convenience method that creates an instance of theVerifiedAccessSseSpecificationRequest.Builder
avoiding the need to create one manually viaVerifiedAccessSseSpecificationRequest.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosseSpecification(VerifiedAccessSseSpecificationRequest)
.- Parameters:
sseSpecification
- a consumer that will call methods onVerifiedAccessSseSpecificationRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
CreateVerifiedAccessEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateVerifiedAccessEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-