NetworkResource.Builder |
NetworkResource.Builder.attributes(Collection<NameValuePair> attributes) |
The attributes of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.attributes(Consumer<NameValuePair.Builder>... attributes) |
The attributes of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.attributes(NameValuePair... attributes) |
The attributes of the network resource.
|
static NetworkResource.Builder |
NetworkResource.builder() |
|
default NetworkResource.Builder |
NetworkResource.Builder.commitmentInformation(Consumer<CommitmentInformation.Builder> commitmentInformation) |
Information about the commitment period for the radio unit.
|
NetworkResource.Builder |
NetworkResource.Builder.commitmentInformation(CommitmentInformation commitmentInformation) |
Information about the commitment period for the radio unit.
|
NetworkResource.Builder |
NetworkResource.Builder.createdAt(Instant createdAt) |
The creation time of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.description(String description) |
The description of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.health(String health) |
The health of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.health(HealthStatus health) |
The health of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.model(String model) |
The model of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.networkArn(String networkArn) |
The Amazon Resource Name (ARN) of the network on which this network resource appears.
|
NetworkResource.Builder |
NetworkResource.Builder.networkResourceArn(String networkResourceArn) |
The Amazon Resource Name (ARN) of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.networkSiteArn(String networkSiteArn) |
The Amazon Resource Name (ARN) of the network site on which this network resource appears.
|
NetworkResource.Builder |
NetworkResource.Builder.orderArn(String orderArn) |
The Amazon Resource Name (ARN) of the order used to purchase this network resource.
|
default NetworkResource.Builder |
NetworkResource.Builder.position(Consumer<Position.Builder> position) |
The position of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.position(Position position) |
The position of the network resource.
|
default NetworkResource.Builder |
NetworkResource.Builder.returnInformation(Consumer<ReturnInformation.Builder> returnInformation) |
Information about a request to return the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.returnInformation(ReturnInformation returnInformation) |
Information about a request to return the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.serialNumber(String serialNumber) |
The serial number of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.status(String status) |
The status of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.status(NetworkResourceStatus status) |
The status of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.statusReason(String statusReason) |
The status reason of the network resource.
|
NetworkResource.Builder |
NetworkResource.toBuilder() |
|
NetworkResource.Builder |
NetworkResource.Builder.type(String type) |
The type of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.type(NetworkResourceType type) |
The type of the network resource.
|
NetworkResource.Builder |
NetworkResource.Builder.vendor(String vendor) |
The vendor of the network resource.
|