public static interface UpdateRadiusRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<UpdateRadiusRequest.Builder,UpdateRadiusRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRadiusRequest.Builder |
directoryId(String directoryId)
The identifier of the directory for which to update the RADIUS server information.
|
default UpdateRadiusRequest.Builder |
radiusSettings(Consumer<RadiusSettings.Builder> radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
UpdateRadiusRequest.Builder |
radiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
UpdateRadiusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateRadiusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildUpdateRadiusRequest.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.default UpdateRadiusRequest.Builder radiusSettings(Consumer<RadiusSettings.Builder> radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
This is a convenience that creates an instance of theRadiusSettings.Builder avoiding the need to
create one manually via RadiusSettings.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to radiusSettings(RadiusSettings).radiusSettings - a consumer that will call methods on RadiusSettings.BuilderradiusSettings(RadiusSettings)UpdateRadiusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateRadiusRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.