Interface AttachNetworkInterfaceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AttachNetworkInterfaceResponse.Builder,AttachNetworkInterfaceResponse>,Ec2Response.Builder,SdkBuilder<AttachNetworkInterfaceResponse.Builder,AttachNetworkInterfaceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AttachNetworkInterfaceResponse
@Mutable @NotThreadSafe public static interface AttachNetworkInterfaceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AttachNetworkInterfaceResponse.Builder,AttachNetworkInterfaceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachNetworkInterfaceResponse.BuilderattachmentId(String attachmentId)The ID of the network interface attachment.AttachNetworkInterfaceResponse.BuildernetworkCardIndex(Integer networkCardIndex)The index of the network card.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
attachmentId
AttachNetworkInterfaceResponse.Builder attachmentId(String attachmentId)
The ID of the network interface attachment.
- Parameters:
attachmentId- The ID of the network interface attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkCardIndex
AttachNetworkInterfaceResponse.Builder networkCardIndex(Integer networkCardIndex)
The index of the network card.
- Parameters:
networkCardIndex- The index of the network card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-