Interface NetworkResource.Builder

    • Method Detail

      • attributes

        NetworkResource.Builder attributes​(Collection<NameValuePair> attributes)

        The attributes of the network resource.

        Parameters:
        attributes - The attributes of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attributes

        NetworkResource.Builder attributes​(NameValuePair... attributes)

        The attributes of the network resource.

        Parameters:
        attributes - The attributes of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • commitmentInformation

        NetworkResource.Builder commitmentInformation​(CommitmentInformation commitmentInformation)

        Information about the commitment period for the radio unit. Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period.

        Parameters:
        commitmentInformation - Information about the commitment period for the radio unit. Shows the duration, the date and time that the contract started and ends, and the renewal status of the commitment period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        NetworkResource.Builder createdAt​(Instant createdAt)

        The creation time of the network resource.

        Parameters:
        createdAt - The creation time of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        NetworkResource.Builder description​(String description)

        The description of the network resource.

        Parameters:
        description - The description of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • health

        NetworkResource.Builder health​(String health)

        The health of the network resource.

        Parameters:
        health - The health of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        HealthStatus, HealthStatus
      • model

        NetworkResource.Builder model​(String model)

        The model of the network resource.

        Parameters:
        model - The model of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkArn

        NetworkResource.Builder networkArn​(String networkArn)

        The Amazon Resource Name (ARN) of the network on which this network resource appears.

        Parameters:
        networkArn - The Amazon Resource Name (ARN) of the network on which this network resource appears.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkResourceArn

        NetworkResource.Builder networkResourceArn​(String networkResourceArn)

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

        Parameters:
        networkResourceArn - The Amazon Resource Name (ARN) of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkSiteArn

        NetworkResource.Builder networkSiteArn​(String networkSiteArn)

        The Amazon Resource Name (ARN) of the network site on which this network resource appears.

        Parameters:
        networkSiteArn - The Amazon Resource Name (ARN) of the network site on which this network resource appears.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orderArn

        NetworkResource.Builder orderArn​(String orderArn)

        The Amazon Resource Name (ARN) of the order used to purchase this network resource.

        Parameters:
        orderArn - The Amazon Resource Name (ARN) of the order used to purchase this network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • position

        NetworkResource.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.
      • returnInformation

        NetworkResource.Builder returnInformation​(ReturnInformation returnInformation)

        Information about a request to return the network resource.

        Parameters:
        returnInformation - Information about a request to return the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serialNumber

        NetworkResource.Builder serialNumber​(String serialNumber)

        The serial number of the network resource.

        Parameters:
        serialNumber - The serial number of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusReason

        NetworkResource.Builder statusReason​(String statusReason)

        The status reason of the network resource.

        Parameters:
        statusReason - The status reason of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vendor

        NetworkResource.Builder vendor​(String vendor)

        The vendor of the network resource.

        Parameters:
        vendor - The vendor of the network resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.