public abstract static class CreateNetworkBulkOptions.Builder<T extends CreateNetworkBulkOptions.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected List<BulkNetwork> |
networks |
Constructor and Description |
---|
CreateNetworkBulkOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkBulkOptions |
build() |
T |
fromCreateNetworkOptions(CreateNetworkBulkOptions in) |
T |
networks(Collection<BulkNetwork> networks) |
protected abstract T |
self() |
protected List<BulkNetwork> networks
protected abstract T self()
public T networks(Collection<BulkNetwork> networks)
public CreateNetworkBulkOptions build()
public T fromCreateNetworkOptions(CreateNetworkBulkOptions in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.