Interface CreateVerifiedAccessEndpointLoadBalancerOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateVerifiedAccessEndpointLoadBalancerOptions.Builder,CreateVerifiedAccessEndpointLoadBalancerOptions>,SdkBuilder<CreateVerifiedAccessEndpointLoadBalancerOptions.Builder,CreateVerifiedAccessEndpointLoadBalancerOptions>,SdkPojo
- Enclosing class:
- CreateVerifiedAccessEndpointLoadBalancerOptions
public static interface CreateVerifiedAccessEndpointLoadBalancerOptions.Builder extends SdkPojo, CopyableBuilder<CreateVerifiedAccessEndpointLoadBalancerOptions.Builder,CreateVerifiedAccessEndpointLoadBalancerOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateVerifiedAccessEndpointLoadBalancerOptions.BuilderloadBalancerArn(String loadBalancerArn)The ARN of the load balancer.CreateVerifiedAccessEndpointLoadBalancerOptions.Builderport(Integer port)The IP port number.CreateVerifiedAccessEndpointLoadBalancerOptions.Builderprotocol(String protocol)The IP protocol.CreateVerifiedAccessEndpointLoadBalancerOptions.Builderprotocol(VerifiedAccessEndpointProtocol protocol)The IP protocol.CreateVerifiedAccessEndpointLoadBalancerOptions.BuildersubnetIds(String... subnetIds)The IDs of the subnets.CreateVerifiedAccessEndpointLoadBalancerOptions.BuildersubnetIds(Collection<String> subnetIds)The IDs of the subnets.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
protocol
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder protocol(String protocol)
The IP protocol.
- Parameters:
protocol- The IP protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerifiedAccessEndpointProtocol,VerifiedAccessEndpointProtocol
-
protocol
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder protocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
- Parameters:
protocol- The IP protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VerifiedAccessEndpointProtocol,VerifiedAccessEndpointProtocol
-
port
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder port(Integer port)
The IP port number.
- Parameters:
port- The IP port number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
loadBalancerArn
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder loadBalancerArn(String loadBalancerArn)
The ARN of the load balancer.
- Parameters:
loadBalancerArn- The ARN of the load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder subnetIds(Collection<String> subnetIds)
The IDs of the subnets.
- Parameters:
subnetIds- The IDs of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetIds
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder subnetIds(String... subnetIds)
The IDs of the subnets.
- Parameters:
subnetIds- The IDs of the subnets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-