Interface CreateNetworkInterfaceResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateNetworkInterfaceResponse.Builder,,CreateNetworkInterfaceResponse> Ec2Response.Builder,SdkBuilder<CreateNetworkInterfaceResponse.Builder,,CreateNetworkInterfaceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateNetworkInterfaceResponse
public static interface CreateNetworkInterfaceResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateNetworkInterfaceResponse.Builder,CreateNetworkInterfaceResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionclientToken(String clientToken) The token to use to retrieve the next page of results.networkInterface(Consumer<NetworkInterface.Builder> networkInterface) Information about the network interface.networkInterface(NetworkInterface networkInterface) Information about the network interface.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
networkInterface
Information about the network interface.
- Parameters:
 networkInterface- Information about the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkInterface
default CreateNetworkInterfaceResponse.Builder networkInterface(Consumer<NetworkInterface.Builder> networkInterface) Information about the network interface.
This is a convenience method that creates an instance of theNetworkInterface.Builderavoiding the need to create one manually viaNetworkInterface.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkInterface(NetworkInterface).- Parameters:
 networkInterface- a consumer that will call methods onNetworkInterface.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
clientToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
 clientToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -