public static interface NetworkResourceDefinition.Builder extends SdkPojo, CopyableBuilder<NetworkResourceDefinition.Builder,NetworkResourceDefinition>
| Modifier and Type | Method and Description |
|---|---|
NetworkResourceDefinition.Builder |
count(Integer count)
The count in the network resource definition.
|
NetworkResourceDefinition.Builder |
options(Collection<NameValuePair> options)
The options in the network resource definition.
|
NetworkResourceDefinition.Builder |
options(Consumer<NameValuePair.Builder>... options)
The options in the network resource definition.
|
NetworkResourceDefinition.Builder |
options(NameValuePair... options)
The options in the network resource definition.
|
NetworkResourceDefinition.Builder |
type(NetworkResourceDefinitionType type)
The type in the network resource definition.
|
NetworkResourceDefinition.Builder |
type(String type)
The type in the network resource definition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNetworkResourceDefinition.Builder count(Integer count)
The count in the network resource definition.
count - The count in the network resource definition.NetworkResourceDefinition.Builder options(Collection<NameValuePair> options)
The options in the network resource definition.
options - The options in the network resource definition.NetworkResourceDefinition.Builder options(NameValuePair... options)
The options in the network resource definition.
options - The options in the network resource definition.NetworkResourceDefinition.Builder options(Consumer<NameValuePair.Builder>... options)
The options in the network resource definition.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #options(List) .options - a consumer that will call methods on List.Builder #options(List) NetworkResourceDefinition.Builder type(String type)
The type in the network resource definition.
type - The type in the network resource definition.NetworkResourceDefinitionType,
NetworkResourceDefinitionTypeNetworkResourceDefinition.Builder type(NetworkResourceDefinitionType type)
The type in the network resource definition.
type - The type in the network resource definition.NetworkResourceDefinitionType,
NetworkResourceDefinitionTypeCopyright © 2022. All rights reserved.