public static interface GetNetworkResourceResponse.Builder extends PrivateNetworksResponse.Builder, SdkPojo, CopyableBuilder<GetNetworkResourceResponse.Builder,GetNetworkResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetNetworkResourceResponse.Builder |
networkResource(Consumer<NetworkResource.Builder> networkResource)
Information about the network resource.
|
GetNetworkResourceResponse.Builder |
networkResource(NetworkResource networkResource)
Information about the network resource.
|
GetNetworkResourceResponse.Builder |
tags(Map<String,String> tags)
The network resource tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetNetworkResourceResponse.Builder networkResource(NetworkResource networkResource)
Information about the network resource.
networkResource - Information about the network resource.default GetNetworkResourceResponse.Builder networkResource(Consumer<NetworkResource.Builder> networkResource)
Information about the network resource.
This is a convenience method that creates an instance of theNetworkResource.Builder avoiding the
need to create one manually via NetworkResource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkResource(NetworkResource).
networkResource - a consumer that will call methods on NetworkResource.BuildernetworkResource(NetworkResource)GetNetworkResourceResponse.Builder tags(Map<String,String> tags)
The network resource tags.
tags - The network resource tags.Copyright © 2022. All rights reserved.