Class ConfigureAccessPointRequest

    • Method Detail

      • accessPointArn

        public final String accessPointArn()

        The Amazon Resource Name (ARN) of the network resource.

        Returns:
        The Amazon Resource Name (ARN) of the network resource.
      • cpiSecretKey

        public final String cpiSecretKey()

        A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.

        Returns:
        A Base64 encoded string of the CPI certificate associated with the CPI user who is certifying the coordinates of the network resource.
      • cpiUserId

        public final String cpiUserId()

        The CPI user ID of the CPI user who is certifying the coordinates of the network resource.

        Returns:
        The CPI user ID of the CPI user who is certifying the coordinates of the network resource.
      • cpiUserPassword

        public final String cpiUserPassword()

        The CPI password associated with the CPI certificate in cpiSecretKey.

        Returns:
        The CPI password associated with the CPI certificate in cpiSecretKey.
      • cpiUsername

        public final String cpiUsername()

        The CPI user name of the CPI user who is certifying the coordinates of the radio unit.

        Returns:
        The CPI user name of the CPI user who is certifying the coordinates of the radio unit.
      • position

        public final Position position()

        The position of the network resource.

        Returns:
        The position of the network resource.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object