public static interface AssociateTrunkInterfaceResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateTrunkInterfaceResponse.Builder,AssociateTrunkInterfaceResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateTrunkInterfaceResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default AssociateTrunkInterfaceResponse.Builder |
interfaceAssociation(Consumer<TrunkInterfaceAssociation.Builder> interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
AssociateTrunkInterfaceResponse.Builder |
interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAssociateTrunkInterfaceResponse.Builder interfaceAssociation(TrunkInterfaceAssociation interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
interfaceAssociation - Information about the association between the trunk network interface and branch network interface.default AssociateTrunkInterfaceResponse.Builder interfaceAssociation(Consumer<TrunkInterfaceAssociation.Builder> interfaceAssociation)
Information about the association between the trunk network interface and branch network interface.
This is a convenience 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 interfaceAssociation(TrunkInterfaceAssociation).interfaceAssociation - a consumer that will call methods on TrunkInterfaceAssociation.BuilderinterfaceAssociation(TrunkInterfaceAssociation)AssociateTrunkInterfaceResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency.Copyright © 2022. All rights reserved.