Interface AlbConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AlbConfiguration.Builder,,AlbConfiguration> SdkBuilder<AlbConfiguration.Builder,,AlbConfiguration> SdkPojo
- Enclosing class:
AlbConfiguration
@Mutable
@NotThreadSafe
public static interface AlbConfiguration.Builder
extends SdkPojo, CopyableBuilder<AlbConfiguration.Builder,AlbConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionipAddressType(String ipAddressType) The IP address type of the Application Load Balancer.ipAddressType(IpAddressType ipAddressType) The IP address type of the Application Load Balancer.The scheme of the Application Load Balancer, eitherinternet-facingorinternal.The scheme of the Application Load Balancer, eitherinternet-facingorinternal.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
scheme
The scheme of the Application Load Balancer, either
internet-facingorinternal.- Parameters:
scheme- The scheme of the Application Load Balancer, eitherinternet-facingorinternal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scheme
The scheme of the Application Load Balancer, either
internet-facingorinternal.- Parameters:
scheme- The scheme of the Application Load Balancer, eitherinternet-facingorinternal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type of the Application Load Balancer.
- Parameters:
ipAddressType- The IP address type of the Application Load Balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ipAddressType
The IP address type of the Application Load Balancer.
- Parameters:
ipAddressType- The IP address type of the Application Load Balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-