JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.private5g.model

Class ConfigureAccessPointRequest

    • Constructor Detail

      • ConfigureAccessPointRequest

        public ConfigureAccessPointRequest()
    • Method Detail

      • setAccessPointArn

        public void setAccessPointArn(String accessPointArn)

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

        Parameters:
        accessPointArn - The Amazon Resource Name (ARN) of the network resource.
      • getAccessPointArn

        public String getAccessPointArn()

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

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

        public ConfigureAccessPointRequest withAccessPointArn(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.
      • setCpiSecretKey

        public void setCpiSecretKey(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.
      • getCpiSecretKey

        public String getCpiSecretKey()

        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.
      • withCpiSecretKey

        public ConfigureAccessPointRequest withCpiSecretKey(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.
      • setCpiUserId

        public void setCpiUserId(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.
      • getCpiUserId

        public String getCpiUserId()

        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.
      • withCpiUserId

        public ConfigureAccessPointRequest withCpiUserId(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.
      • setCpiUserPassword

        public void setCpiUserPassword(String cpiUserPassword)

        The CPI password associated with the CPI certificate in cpiSecretKey.

        Parameters:
        cpiUserPassword - The CPI password associated with the CPI certificate in cpiSecretKey.
      • getCpiUserPassword

        public String getCpiUserPassword()

        The CPI password associated with the CPI certificate in cpiSecretKey.

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

        public ConfigureAccessPointRequest withCpiUserPassword(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.
      • setCpiUsername

        public void setCpiUsername(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.
      • getCpiUsername

        public String getCpiUsername()

        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.
      • withCpiUsername

        public ConfigureAccessPointRequest withCpiUsername(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.
      • setPosition

        public void setPosition(Position position)

        The position of the network resource.

        Parameters:
        position - The position of the network resource.
      • getPosition

        public Position getPosition()

        The position of the network resource.

        Returns:
        The position of the network resource.
      • withPosition

        public ConfigureAccessPointRequest withPosition(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.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /