public static interface DescribeTrunkInterfaceAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTrunkInterfaceAssociationsResponse.Builder,DescribeTrunkInterfaceAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTrunkInterfaceAssociationsResponse.Builder |
interfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations)
Information about the trunk associations.
|
DescribeTrunkInterfaceAssociationsResponse.Builder |
interfaceAssociations(Consumer<TrunkInterfaceAssociation.Builder>... interfaceAssociations)
Information about the trunk associations.
|
DescribeTrunkInterfaceAssociationsResponse.Builder |
interfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations)
Information about the trunk associations.
|
DescribeTrunkInterfaceAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTrunkInterfaceAssociationsResponse.Builder interfaceAssociations(Collection<TrunkInterfaceAssociation> interfaceAssociations)
Information about the trunk associations.
interfaceAssociations - Information about the trunk associations.DescribeTrunkInterfaceAssociationsResponse.Builder interfaceAssociations(TrunkInterfaceAssociation... interfaceAssociations)
Information about the trunk associations.
interfaceAssociations - Information about the trunk associations.DescribeTrunkInterfaceAssociationsResponse.Builder interfaceAssociations(Consumer<TrunkInterfaceAssociation.Builder>... interfaceAssociations)
Information about the trunk associations.
This is a convenience method that creates an instance of theTrunkInterfaceAssociation.Builder avoiding the need to
create one manually via TrunkInterfaceAssociation.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #interfaceAssociations(List.
interfaceAssociations - a consumer that will call methods on
TrunkInterfaceAssociation.Builder#interfaceAssociations(java.util.Collection) DescribeTrunkInterfaceAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.