public static interface CreateNetworkInterfaceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfaceResponse.Builder,CreateNetworkInterfaceResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceResponse.Builder |
clientToken(String clientToken)
The token to use to retrieve the next page of results.
|
default CreateNetworkInterfaceResponse.Builder |
networkInterface(Consumer<NetworkInterface.Builder> networkInterface)
Information about the network interface.
|
CreateNetworkInterfaceResponse.Builder |
networkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNetworkInterfaceResponse.Builder networkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface - Information about the network interface.default CreateNetworkInterfaceResponse.Builder networkInterface(Consumer<NetworkInterface.Builder> networkInterface)
Information about the network interface.
This is a convenience method that creates an instance of theNetworkInterface.Builder avoiding the
need to create one manually via NetworkInterface.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to networkInterface(NetworkInterface).networkInterface - a consumer that will call methods on NetworkInterface.BuildernetworkInterface(NetworkInterface)CreateNetworkInterfaceResponse.Builder clientToken(String clientToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
clientToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.