public static interface LinkResources.Builder
LinkResources.| Modifier and Type | Method and Description |
|---|---|
LinkResources.Builder |
addBandwidth(double bandwidth)
Adds bandwidth resource.
|
LinkResources.Builder |
addLambda(int lambda)
Adds lambda resource.
|
LinkResources |
build()
Builds an immutable link resources.
|
LinkResources.Builder addBandwidth(double bandwidth)
This operation adds given bandwidth to previous bandwidth and generates single bandwidth resource.
bandwidth - bandwidth value to be addedLinkResources.Builder addLambda(int lambda)
lambda - lambda value to be addedLinkResources build()
Copyright © 2015. All rights reserved.