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
-
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. You can specify only one subnet per Availability Zone.
- Parameters:
subnetIds
- The IDs of the subnets. You can specify only one subnet per Availability Zone.- 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. You can specify only one subnet per Availability Zone.
- Parameters:
subnetIds
- The IDs of the subnets. You can specify only one subnet per Availability Zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
portRanges
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(Collection<CreateVerifiedAccessEndpointPortRange> 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
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(CreateVerifiedAccessEndpointPortRange... 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
CreateVerifiedAccessEndpointLoadBalancerOptions.Builder portRanges(Consumer<CreateVerifiedAccessEndpointPortRange.Builder>... portRanges)
The port ranges.
This is a convenience method that creates an instance of theCreateVerifiedAccessEndpointPortRange.Builder
avoiding the need to create one manually viaCreateVerifiedAccessEndpointPortRange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#portRanges(List
.) - Parameters:
portRanges
- a consumer that will call methods onCreateVerifiedAccessEndpointPortRange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#portRanges(java.util.Collection
)
-
-