Interface ConfigureAccessPointRequest.Builder

  • Method Details

    • 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

      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 in cpiSecretKey.
      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

      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 the Position.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).

      Parameters:
      position - a consumer that will call methods on Position.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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.