public static interface RadiusSettings.Builder extends CopyableBuilder<RadiusSettings.Builder,RadiusSettings>
Modifier and Type | Method and Description |
---|---|
RadiusSettings.Builder |
authenticationProtocol(RadiusAuthenticationProtocol authenticationProtocol)
The protocol specified for your RADIUS endpoints.
|
RadiusSettings.Builder |
authenticationProtocol(String authenticationProtocol)
The protocol specified for your RADIUS endpoints.
|
RadiusSettings.Builder |
displayLabel(String displayLabel)
Not currently used.
|
RadiusSettings.Builder |
radiusPort(Integer radiusPort)
The port that your RADIUS server is using for communications.
|
RadiusSettings.Builder |
radiusRetries(Integer radiusRetries)
The maximum number of times that communication with the RADIUS server is attempted.
|
RadiusSettings.Builder |
radiusServers(Collection<String> radiusServers)
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of
your RADIUS server load balancer.
|
RadiusSettings.Builder |
radiusServers(String... radiusServers)
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of
your RADIUS server load balancer.
|
RadiusSettings.Builder |
radiusTimeout(Integer radiusTimeout)
The amount of time, in seconds, to wait for the RADIUS server to respond.
|
RadiusSettings.Builder |
sharedSecret(String sharedSecret)
Not currently used.
|
RadiusSettings.Builder |
useSameUsername(Boolean useSameUsername)
Not currently used.
|
copy
applyMutation, build
RadiusSettings.Builder radiusServers(Collection<String> radiusServers)
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
radiusServers
- An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses
of your RADIUS server load balancer.RadiusSettings.Builder radiusServers(String... radiusServers)
An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
radiusServers
- An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses
of your RADIUS server load balancer.RadiusSettings.Builder radiusPort(Integer radiusPort)
The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.
radiusPort
- The port that your RADIUS server is using for communications. Your on-premises network must allow
inbound traffic over this port from the AWS Directory Service servers.RadiusSettings.Builder radiusTimeout(Integer radiusTimeout)
The amount of time, in seconds, to wait for the RADIUS server to respond.
radiusTimeout
- The amount of time, in seconds, to wait for the RADIUS server to respond.RadiusSettings.Builder radiusRetries(Integer radiusRetries)
The maximum number of times that communication with the RADIUS server is attempted.
radiusRetries
- The maximum number of times that communication with the RADIUS server is attempted.RadiusSettings.Builder sharedSecret(String sharedSecret)
Not currently used.
sharedSecret
- Not currently used.RadiusSettings.Builder authenticationProtocol(String authenticationProtocol)
The protocol specified for your RADIUS endpoints.
authenticationProtocol
- The protocol specified for your RADIUS endpoints.RadiusAuthenticationProtocol
,
RadiusAuthenticationProtocol
RadiusSettings.Builder authenticationProtocol(RadiusAuthenticationProtocol authenticationProtocol)
The protocol specified for your RADIUS endpoints.
authenticationProtocol
- The protocol specified for your RADIUS endpoints.RadiusAuthenticationProtocol
,
RadiusAuthenticationProtocol
RadiusSettings.Builder displayLabel(String displayLabel)
Not currently used.
displayLabel
- Not currently used.RadiusSettings.Builder useSameUsername(Boolean useSameUsername)
Not currently used.
useSameUsername
- Not currently used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.