CopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
, SdkBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
public static interface EnableRadiusRequest.Builder extends CopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
Modifier and Type | Method | Description |
---|---|---|
EnableRadiusRequest.Builder |
directoryId(String directoryId) |
The identifier of the directory for which to enable MFA.
|
EnableRadiusRequest.Builder |
radiusSettings(RadiusSettings radiusSettings) |
A RadiusSettings object that contains information about the RADIUS server.
|
copy
apply, build
EnableRadiusRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to enable MFA.
directoryId
- The identifier of the directory for which to enable MFA.EnableRadiusRequest.Builder radiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
radiusSettings
- A RadiusSettings object that contains information about the RADIUS server.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.