Interface VerifiedAccessEndpointLoadBalancerOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VerifiedAccessEndpointLoadBalancerOptions.Builder,VerifiedAccessEndpointLoadBalancerOptions>,SdkBuilder<VerifiedAccessEndpointLoadBalancerOptions.Builder,VerifiedAccessEndpointLoadBalancerOptions>,SdkPojo
- Enclosing class:
- VerifiedAccessEndpointLoadBalancerOptions
public static interface VerifiedAccessEndpointLoadBalancerOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessEndpointLoadBalancerOptions.Builder,VerifiedAccessEndpointLoadBalancerOptions>
-
-
Method Summary
-
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
VerifiedAccessEndpointLoadBalancerOptions.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
VerifiedAccessEndpointLoadBalancerOptions.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
VerifiedAccessEndpointLoadBalancerOptions.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
VerifiedAccessEndpointLoadBalancerOptions.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
VerifiedAccessEndpointLoadBalancerOptions.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
VerifiedAccessEndpointLoadBalancerOptions.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.
-
portRanges
VerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(Collection<VerifiedAccessEndpointPortRange> portRanges)
The port ranges.
- Parameters:
portRanges- The port ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portRanges
VerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(VerifiedAccessEndpointPortRange... portRanges)
The port ranges.
- Parameters:
portRanges- The port ranges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portRanges
VerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(Consumer<VerifiedAccessEndpointPortRange.Builder>... portRanges)
The port ranges.
This is a convenience method that creates an instance of theVerifiedAccessEndpointPortRange.Builderavoiding the need to create one manually viaVerifiedAccessEndpointPortRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#portRanges(List.) - Parameters:
portRanges- a consumer that will call methods onVerifiedAccessEndpointPortRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#portRanges(java.util.Collection)
-
-