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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description ConfigureAccessPointRequest.BuilderaccessPointArn(String accessPointArn)The Amazon Resource Name (ARN) of the network resource.ConfigureAccessPointRequest.BuildercpiSecretKey(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.BuildercpiUserId(String cpiUserId)The CPI user ID of the CPI user who is certifying the coordinates of the network resource.ConfigureAccessPointRequest.BuildercpiUsername(String cpiUsername)The CPI user name of the CPI user who is certifying the coordinates of the radio unit.ConfigureAccessPointRequest.BuildercpiUserPassword(String cpiUserPassword)The CPI password associated with the CPI certificate incpiSecretKey.ConfigureAccessPointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ConfigureAccessPointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default ConfigureAccessPointRequest.Builderposition(Consumer<Position.Builder> position)The position of the network resource.ConfigureAccessPointRequest.Builderposition(Position position)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 Detail
-
accessPointArn
ConfigureAccessPointRequest.Builder accessPointArn(String 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
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.
- 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
ConfigureAccessPointRequest.Builder cpiUserId(String 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
ConfigureAccessPointRequest.Builder cpiUserPassword(String 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
ConfigureAccessPointRequest.Builder cpiUsername(String 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
ConfigureAccessPointRequest.Builder position(Position 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
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.Builderavoiding the need to create one manually viaPosition.builder().When the
Consumercompletes,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:
position(Position)
-
overrideConfiguration
ConfigureAccessPointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ConfigureAccessPointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-