public static interface AttachNetworkInterfaceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AttachNetworkInterfaceResponse.Builder,AttachNetworkInterfaceResponse>
Modifier and Type | Method and Description |
---|---|
AttachNetworkInterfaceResponse.Builder |
attachmentId(String attachmentId)
The ID of the network interface attachment.
|
AttachNetworkInterfaceResponse.Builder |
networkCardIndex(Integer networkCardIndex)
The index of the network card.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
AttachNetworkInterfaceResponse.Builder attachmentId(String attachmentId)
The ID of the network interface attachment.
attachmentId
- The ID of the network interface attachment.AttachNetworkInterfaceResponse.Builder networkCardIndex(Integer networkCardIndex)
The index of the network card.
networkCardIndex
- The index of the network card.Copyright © 2023. All rights reserved.