CopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
, SdkBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
public static interface UpdateRadiusRequest.Builder extends CopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateRadiusRequest.Builder |
directoryId(String directoryId) |
The identifier of the directory for which to update the RADIUS server information.
|
UpdateRadiusRequest.Builder |
radiusSettings(RadiusSettings radiusSettings) |
A RadiusSettings object that contains information about the RADIUS server.
|
copy
apply, build
UpdateRadiusRequest.Builder directoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
directoryId
- The identifier of the directory for which to update the RADIUS server information.UpdateRadiusRequest.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.