public static interface DescribeNetworkInterfaceAttributeResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeNetworkInterfaceAttributeResponse.Builder,DescribeNetworkInterfaceAttributeResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNetworkInterfaceAttributeResponse.Builder attachment(NetworkInterfaceAttachment attachment)
The attachment (if any) of the network interface.
attachment - The attachment (if any) of the network interface.default DescribeNetworkInterfaceAttributeResponse.Builder attachment(Consumer<NetworkInterfaceAttachment.Builder> attachment)
The attachment (if any) of the network interface.
This is a convenience method that creates an instance of theNetworkInterfaceAttachment.Builder
avoiding the need to create one manually via NetworkInterfaceAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to attachment(NetworkInterfaceAttachment).
attachment - a consumer that will call methods on NetworkInterfaceAttachment.Builderattachment(NetworkInterfaceAttachment)DescribeNetworkInterfaceAttributeResponse.Builder description(AttributeValue description)
The description of the network interface.
description - The description of the network interface.default DescribeNetworkInterfaceAttributeResponse.Builder description(Consumer<AttributeValue.Builder> description)
The description of the network interface.
This is a convenience method that creates an instance of theAttributeValue.Builder avoiding the need
to create one manually via AttributeValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to description(AttributeValue).
description - a consumer that will call methods on AttributeValue.Builderdescription(AttributeValue)DescribeNetworkInterfaceAttributeResponse.Builder groups(Collection<GroupIdentifier> groups)
The security groups associated with the network interface.
groups - The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder groups(GroupIdentifier... groups)
The security groups associated with the network interface.
groups - The security groups associated with the network interface.DescribeNetworkInterfaceAttributeResponse.Builder groups(Consumer<GroupIdentifier.Builder>... groups)
The security groups associated with the network interface.
This is a convenience method that creates an instance of theGroupIdentifier.Builder avoiding the need to create one
manually via GroupIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #groups(List.
groups - a consumer that will call methods on
GroupIdentifier.Builder#groups(java.util.Collection) DescribeNetworkInterfaceAttributeResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.DescribeNetworkInterfaceAttributeResponse.Builder sourceDestCheck(AttributeBooleanValue sourceDestCheck)
Indicates whether source/destination checking is enabled.
sourceDestCheck - Indicates whether source/destination checking is enabled.default DescribeNetworkInterfaceAttributeResponse.Builder sourceDestCheck(Consumer<AttributeBooleanValue.Builder> sourceDestCheck)
Indicates whether source/destination checking is enabled.
This is a convenience method that creates an instance of theAttributeBooleanValue.Builder avoiding
the need to create one manually via AttributeBooleanValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sourceDestCheck(AttributeBooleanValue).
sourceDestCheck - a consumer that will call methods on AttributeBooleanValue.BuildersourceDestCheck(AttributeBooleanValue)Copyright © 2023. All rights reserved.