public static class NetworkUsageTrendAggregation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NetworkUsageTrendAggregation |
build() |
NetworkUsageTrendAggregation.Builder |
copy(NetworkUsageTrendAggregation model) |
NetworkUsageTrendAggregation.Builder |
interfaceName(String interfaceName)
Name of interface.
|
NetworkUsageTrendAggregation.Builder |
ipAddress(String ipAddress)
Address that is connected to a computer network that uses the Internet Protocol for
communication.
|
NetworkUsageTrendAggregation.Builder |
macAddress(String macAddress)
Unique identifier assigned to a network interface.
|
NetworkUsageTrendAggregation.Builder |
usageData(List<NetworkUsageTrend> usageData)
List of usage data samples for a network interface.
|
public NetworkUsageTrendAggregation.Builder interfaceName(String interfaceName)
Name of interface.
interfaceName
- the value to setpublic NetworkUsageTrendAggregation.Builder ipAddress(String ipAddress)
Address that is connected to a computer network that uses the Internet Protocol for communication.
ipAddress
- the value to setpublic NetworkUsageTrendAggregation.Builder macAddress(String macAddress)
Unique identifier assigned to a network interface.
macAddress
- the value to setpublic NetworkUsageTrendAggregation.Builder usageData(List<NetworkUsageTrend> usageData)
List of usage data samples for a network interface.
usageData
- the value to setpublic NetworkUsageTrendAggregation build()
public NetworkUsageTrendAggregation.Builder copy(NetworkUsageTrendAggregation model)
Copyright © 2016–2024. All rights reserved.