Class ActivateNetworkSiteRequest

    • Method Detail

      • clientToken

        public final String clientToken()

        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

        Returns:
        Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
      • commitmentConfiguration

        public final CommitmentConfiguration commitmentConfiguration()

        Determines the duration and renewal status of the commitment period for all pending radio units.

        If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you must specify the following:

        • The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.

        • Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.

        For pricing, see Amazon Web Services Private 5G Pricing.

        If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action, the commitment period is set to 60-days.

        Returns:
        Determines the duration and renewal status of the commitment period for all pending radio units.

        If you include commitmentConfiguration in the ActivateNetworkSiteRequest action, you must specify the following:

        • The commitment period for the radio unit. You can choose a 60-day, 1-year, or 3-year period.

        • Whether you want your commitment period to automatically renew for one more year after your current commitment period expires.

        For pricing, see Amazon Web Services Private 5G Pricing.

        If you do not include commitmentConfiguration in the ActivateNetworkSiteRequest action, the commitment period is set to 60-days.

      • networkSiteArn

        public final String networkSiteArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the network site.
      • shippingAddress

        public final Address shippingAddress()

        The shipping address of the network site.

        Returns:
        The shipping address of the network site.
      • 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