public static interface ConfigureAccessPointRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>
| Modifier and Type | Method and Description |
|---|---|
ConfigureAccessPointRequest.Builder |
accessPointArn(String accessPointArn)
The Amazon Resource Name (ARN) of the network resource.
|
ConfigureAccessPointRequest.Builder |
cpiSecretKey(String cpiSecretKey)
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates
of the network resource.
|
ConfigureAccessPointRequest.Builder |
cpiUserId(String cpiUserId)
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
|
ConfigureAccessPointRequest.Builder |
cpiUsername(String cpiUsername)
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
|
ConfigureAccessPointRequest.Builder |
cpiUserPassword(String cpiUserPassword)
The CPI password associated with the CPI certificate in
cpiSecretKey. |
ConfigureAccessPointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfigureAccessPointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ConfigureAccessPointRequest.Builder |
position(Consumer<Position.Builder> position)
The position of the network resource.
|
ConfigureAccessPointRequest.Builder |
position(Position position)
The position of the network resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildConfigureAccessPointRequest.Builder accessPointArn(String accessPointArn)
The Amazon Resource Name (ARN) of the network resource.
accessPointArn - The Amazon Resource Name (ARN) of the network resource.ConfigureAccessPointRequest.Builder cpiSecretKey(String cpiSecretKey)
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
cpiSecretKey - A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the
coordinates of the network resource.ConfigureAccessPointRequest.Builder cpiUserId(String cpiUserId)
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
cpiUserId - The CPI user ID of the CPI user who is certifying the coordinates of the network resource.ConfigureAccessPointRequest.Builder cpiUserPassword(String cpiUserPassword)
The CPI password associated with the CPI certificate in cpiSecretKey.
cpiUserPassword - The CPI password associated with the CPI certificate in cpiSecretKey.ConfigureAccessPointRequest.Builder cpiUsername(String cpiUsername)
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
cpiUsername - The CPI user name of the CPI user who is certifying the coordinates of the radio unit.ConfigureAccessPointRequest.Builder position(Position position)
The position of the network resource.
position - The position of the network resource.default ConfigureAccessPointRequest.Builder position(Consumer<Position.Builder> position)
The position of the network resource.
This is a convenience method that creates an instance of thePosition.Builder avoiding the need to
create one manually via Position.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to position(Position).
position - a consumer that will call methods on Position.Builderposition(Position)ConfigureAccessPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderConfigureAccessPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.