Interface DescribeServiceLinkVirtualInterfacesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeServiceLinkVirtualInterfacesResponse.Builder,,DescribeServiceLinkVirtualInterfacesResponse> Ec2Response.Builder,SdkBuilder<DescribeServiceLinkVirtualInterfacesResponse.Builder,,DescribeServiceLinkVirtualInterfacesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeServiceLinkVirtualInterfacesResponse
@Mutable
@NotThreadSafe
public static interface DescribeServiceLinkVirtualInterfacesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeServiceLinkVirtualInterfacesResponse.Builder,DescribeServiceLinkVirtualInterfacesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.serviceLinkVirtualInterfaces(Collection<ServiceLinkVirtualInterface> serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.serviceLinkVirtualInterfaces(Consumer<ServiceLinkVirtualInterface.Builder>... serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.serviceLinkVirtualInterfaces(ServiceLinkVirtualInterface... serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
serviceLinkVirtualInterfaces
DescribeServiceLinkVirtualInterfacesResponse.Builder serviceLinkVirtualInterfaces(Collection<ServiceLinkVirtualInterface> serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.
- Parameters:
serviceLinkVirtualInterfaces- Describes the service link virtual interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceLinkVirtualInterfaces
DescribeServiceLinkVirtualInterfacesResponse.Builder serviceLinkVirtualInterfaces(ServiceLinkVirtualInterface... serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.
- Parameters:
serviceLinkVirtualInterfaces- Describes the service link virtual interfaces.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceLinkVirtualInterfaces
DescribeServiceLinkVirtualInterfacesResponse.Builder serviceLinkVirtualInterfaces(Consumer<ServiceLinkVirtualInterface.Builder>... serviceLinkVirtualInterfaces) Describes the service link virtual interfaces.
This is a convenience method that creates an instance of theServiceLinkVirtualInterface.Builderavoiding the need to create one manually viaServiceLinkVirtualInterface.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toserviceLinkVirtualInterfaces(List<ServiceLinkVirtualInterface>).- Parameters:
serviceLinkVirtualInterfaces- a consumer that will call methods onServiceLinkVirtualInterface.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-