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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeServiceLinkVirtualInterfacesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.DescribeServiceLinkVirtualInterfacesResponse.BuilderserviceLinkVirtualInterfaces(Collection<ServiceLinkVirtualInterface> serviceLinkVirtualInterfaces)Describes the service link virtual interfaces.DescribeServiceLinkVirtualInterfacesResponse.BuilderserviceLinkVirtualInterfaces(Consumer<ServiceLinkVirtualInterface.Builder>... serviceLinkVirtualInterfaces)Describes the service link virtual interfaces.DescribeServiceLinkVirtualInterfacesResponse.BuilderserviceLinkVirtualInterfaces(ServiceLinkVirtualInterface... serviceLinkVirtualInterfaces)Describes the service link virtual interfaces.-
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
-
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 to#serviceLinkVirtualInterfaces(List.) - 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:
#serviceLinkVirtualInterfaces(java.util.Collection)
-
nextToken
DescribeServiceLinkVirtualInterfacesResponse.Builder nextToken(String 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.
-
-