public static interface EnableRadiusRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<EnableRadiusRequest.Builder,EnableRadiusRequest>
| Modifier and Type | Method and Description |
|---|---|
EnableRadiusRequest.Builder |
directoryId(String directoryId)
The identifier of the directory for which to enable MFA.
|
default EnableRadiusRequest.Builder |
radiusSettings(Consumer<RadiusSettings.Builder> radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
EnableRadiusRequest.Builder |
radiusSettings(RadiusSettings radiusSettings)
A RadiusSettings object that contains information about the RADIUS server.
|
EnableRadiusRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
EnableRadiusRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildEnableRadiusRequest.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.default EnableRadiusRequest.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)EnableRadiusRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.EnableRadiusRequest.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.