Interface ConfigureAccessPointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ConfigureAccessPointRequest.Builder,
,ConfigureAccessPointRequest> PrivateNetworksRequest.Builder
,SdkBuilder<ConfigureAccessPointRequest.Builder,
,ConfigureAccessPointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ConfigureAccessPointRequest
public static interface ConfigureAccessPointRequest.Builder
extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ConfigureAccessPointRequest.Builder,ConfigureAccessPointRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccessPointArn
(String accessPointArn) The Amazon Resource Name (ARN) of the network resource.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.The CPI user ID of the CPI user who is certifying the coordinates of the network resource.cpiUsername
(String cpiUsername) The CPI user name of the CPI user who is certifying the coordinates of the radio unit.cpiUserPassword
(String cpiUserPassword) The CPI password associated with the CPI certificate incpiSecretKey
.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.position
(Consumer<Position.Builder> position) The position of the network resource.The position of the network resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.privatenetworks.model.PrivateNetworksRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
accessPointArn
The Amazon Resource Name (ARN) of the network resource.
- Parameters:
accessPointArn
- The Amazon Resource Name (ARN) of the network resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cpiSecretKey
A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
- Parameters:
cpiSecretKey
- A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cpiUserId
The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
- Parameters:
cpiUserId
- The CPI user ID of the CPI user who is certifying the coordinates of the network resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cpiUserPassword
The CPI password associated with the CPI certificate in
cpiSecretKey
.- Parameters:
cpiUserPassword
- The CPI password associated with the CPI certificate incpiSecretKey
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cpiUsername
The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
- Parameters:
cpiUsername
- The CPI user name of the CPI user who is certifying the coordinates of the radio unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
The position of the network resource.
- Parameters:
position
- The position of the network resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaPosition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toposition(Position)
.- Parameters:
position
- a consumer that will call methods onPosition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ConfigureAccessPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ConfigureAccessPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-