public static interface DisassociateClientVpnTargetNetworkResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisassociateClientVpnTargetNetworkResponse.Builder,DisassociateClientVpnTargetNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
DisassociateClientVpnTargetNetworkResponse.Builder |
associationId(String associationId)
The ID of the target network association.
|
DisassociateClientVpnTargetNetworkResponse.Builder |
status(AssociationStatus status)
The current state of the target network association.
|
default DisassociateClientVpnTargetNetworkResponse.Builder |
status(Consumer<AssociationStatus.Builder> status)
The current state of the target network association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateClientVpnTargetNetworkResponse.Builder associationId(String associationId)
The ID of the target network association.
associationId - The ID of the target network association.DisassociateClientVpnTargetNetworkResponse.Builder status(AssociationStatus status)
The current state of the target network association.
status - The current state of the target network association.default DisassociateClientVpnTargetNetworkResponse.Builder status(Consumer<AssociationStatus.Builder> status)
The current state of the target network association.
This is a convenience method that creates an instance of theAssociationStatus.Builder avoiding the
need to create one manually via AssociationStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(AssociationStatus).status - a consumer that will call methods on AssociationStatus.Builderstatus(AssociationStatus)Copyright © 2022. All rights reserved.