Interface RadiusSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RadiusSettings.Builder,
,RadiusSettings> SdkBuilder<RadiusSettings.Builder,
,RadiusSettings> SdkPojo
- Enclosing class:
RadiusSettings
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationProtocol
(String authenticationProtocol) The protocol specified for your RADIUS endpoints.authenticationProtocol
(RadiusAuthenticationProtocol authenticationProtocol) The protocol specified for your RADIUS endpoints.displayLabel
(String displayLabel) Not currently used.radiusPort
(Integer radiusPort) The port that your RADIUS server is using for communications.radiusRetries
(Integer radiusRetries) The maximum number of times that communication with the RADIUS server is retried after the initial attempt.radiusServers
(String... radiusServers) An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.radiusServers
(Collection<String> radiusServers) An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.radiusTimeout
(Integer radiusTimeout) The amount of time, in seconds, to wait for the RADIUS server to respond.sharedSecret
(String sharedSecret) Required for enabling RADIUS on the directory.useSameUsername
(Boolean useSameUsername) Not currently used.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, sdkFields
-
Method Details
-
radiusServers
An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.
- Parameters:
radiusServers
- An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radiusServers
An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.
- Parameters:
radiusServers
- An array of strings that contains the fully qualified domain name (FQDN) or IP addresses of the RADIUS server endpoints, or the FQDN or IP addresses of your RADIUS server load balancer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radiusPort
The port that your RADIUS server is using for communications. Your self-managed network must allow inbound traffic over this port from the Directory Service servers.
- Parameters:
radiusPort
- The port that your RADIUS server is using for communications. Your self-managed network must allow inbound traffic over this port from the Directory Service servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radiusTimeout
The amount of time, in seconds, to wait for the RADIUS server to respond.
- Parameters:
radiusTimeout
- The amount of time, in seconds, to wait for the RADIUS server to respond.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
radiusRetries
The maximum number of times that communication with the RADIUS server is retried after the initial attempt.
- Parameters:
radiusRetries
- The maximum number of times that communication with the RADIUS server is retried after the initial attempt.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationProtocol
The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationProtocol
The protocol specified for your RADIUS endpoints.
- Parameters:
authenticationProtocol
- The protocol specified for your RADIUS endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
displayLabel
Not currently used.
- Parameters:
displayLabel
- Not currently used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useSameUsername
Not currently used.
- Parameters:
useSameUsername
- Not currently used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-