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 SummaryModifier and TypeMethodDescriptionattachmentId(String attachmentId) The ID of the network interface attachment.networkCardIndex(Integer networkCardIndex) The index of the network card.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
attachmentIdThe 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.
 
- 
networkCardIndexThe 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.
 
 
-