public static interface AssignPrivateIpAddressesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssignPrivateIpAddressesResponse.Builder,AssignPrivateIpAddressesResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssignPrivateIpAddressesResponse.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(Collection<AssignedPrivateIpAddress> assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
assignedPrivateIpAddresses - The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(AssignedPrivateIpAddress... assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
assignedPrivateIpAddresses - The private IP addresses assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedPrivateIpAddresses(Consumer<AssignedPrivateIpAddress.Builder>... assignedPrivateIpAddresses)
The private IP addresses assigned to the network interface.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #assignedPrivateIpAddresses(List) .assignedPrivateIpAddresses - a consumer that will call methods on List.Builder #assignedPrivateIpAddresses(List) AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Collection<Ipv4PrefixSpecification> assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
assignedIpv4Prefixes - The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Ipv4PrefixSpecification... assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
assignedIpv4Prefixes - The IPv4 prefixes that are assigned to the network interface.AssignPrivateIpAddressesResponse.Builder assignedIpv4Prefixes(Consumer<Ipv4PrefixSpecification.Builder>... assignedIpv4Prefixes)
The IPv4 prefixes that are assigned to the network interface.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #assignedIpv4Prefixes(List) .assignedIpv4Prefixes - a consumer that will call methods on List.Builder #assignedIpv4Prefixes(List) Copyright © 2022. All rights reserved.