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