public static interface VerifiedAccessEndpointEniOptions.Builder extends SdkPojo, CopyableBuilder<VerifiedAccessEndpointEniOptions.Builder,VerifiedAccessEndpointEniOptions>
| Modifier and Type | Method and Description |
|---|---|
VerifiedAccessEndpointEniOptions.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
VerifiedAccessEndpointEniOptions.Builder |
port(Integer port)
The IP port number.
|
VerifiedAccessEndpointEniOptions.Builder |
protocol(String protocol)
The IP protocol.
|
VerifiedAccessEndpointEniOptions.Builder |
protocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifiedAccessEndpointEniOptions.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.VerifiedAccessEndpointEniOptions.Builder protocol(String protocol)
The IP protocol.
protocol - The IP protocol.VerifiedAccessEndpointProtocol,
VerifiedAccessEndpointProtocolVerifiedAccessEndpointEniOptions.Builder protocol(VerifiedAccessEndpointProtocol protocol)
The IP protocol.
protocol - The IP protocol.VerifiedAccessEndpointProtocol,
VerifiedAccessEndpointProtocolVerifiedAccessEndpointEniOptions.Builder port(Integer port)
The IP port number.
port - The IP port number.Copyright © 2022. All rights reserved.