Interface ModifyVerifiedAccessEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyVerifiedAccessEndpointRequest.Builder,
,ModifyVerifiedAccessEndpointRequest> Ec2Request.Builder
,SdkBuilder<ModifyVerifiedAccessEndpointRequest.Builder,
,ModifyVerifiedAccessEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ModifyVerifiedAccessEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(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.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.loadBalancerOptions
(Consumer<ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder> loadBalancerOptions) The load balancer details if creating the Verified Access endpoint asload-balancer
type.loadBalancerOptions
(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions) The load balancer details if creating the Verified Access endpoint asload-balancer
type.networkInterfaceOptions
(Consumer<ModifyVerifiedAccessEndpointEniOptions.Builder> networkInterfaceOptions) The network interface options.networkInterfaceOptions
(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions) The network interface options.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.verifiedAccessEndpointId
(String verifiedAccessEndpointId) The ID of the Verified Access endpoint.verifiedAccessGroupId
(String verifiedAccessGroupId) The ID of the Verified Access group.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
-
verifiedAccessEndpointId
ModifyVerifiedAccessEndpointRequest.Builder verifiedAccessEndpointId(String verifiedAccessEndpointId) The ID of the Verified Access endpoint.
- Parameters:
verifiedAccessEndpointId
- The ID of the Verified Access endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifiedAccessGroupId
The ID of the Verified Access group.
- Parameters:
verifiedAccessGroupId
- The ID of the Verified Access group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerOptions
ModifyVerifiedAccessEndpointRequest.Builder loadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions loadBalancerOptions) The load balancer details if creating the Verified Access endpoint as
load-balancer
type.- Parameters:
loadBalancerOptions
- The load balancer details if creating the Verified Access endpoint asload-balancer
type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerOptions
default ModifyVerifiedAccessEndpointRequest.Builder loadBalancerOptions(Consumer<ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder> loadBalancerOptions) The load balancer details if creating the Verified Access endpoint as
This is a convenience method that creates an instance of theload-balancer
type.ModifyVerifiedAccessEndpointLoadBalancerOptions.Builder
avoiding the need to create one manually viaModifyVerifiedAccessEndpointLoadBalancerOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toloadBalancerOptions(ModifyVerifiedAccessEndpointLoadBalancerOptions)
.- Parameters:
loadBalancerOptions
- a consumer that will call methods onModifyVerifiedAccessEndpointLoadBalancerOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkInterfaceOptions
ModifyVerifiedAccessEndpointRequest.Builder networkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions networkInterfaceOptions) The network interface options.
- Parameters:
networkInterfaceOptions
- The network interface options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkInterfaceOptions
default ModifyVerifiedAccessEndpointRequest.Builder networkInterfaceOptions(Consumer<ModifyVerifiedAccessEndpointEniOptions.Builder> networkInterfaceOptions) The network interface options.
This is a convenience method that creates an instance of theModifyVerifiedAccessEndpointEniOptions.Builder
avoiding the need to create one manually viaModifyVerifiedAccessEndpointEniOptions.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tonetworkInterfaceOptions(ModifyVerifiedAccessEndpointEniOptions)
.- Parameters:
networkInterfaceOptions
- a consumer that will call methods onModifyVerifiedAccessEndpointEniOptions.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.
-
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.
-
overrideConfiguration
ModifyVerifiedAccessEndpointRequest.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
ModifyVerifiedAccessEndpointRequest.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.
-