public static interface AssociateClientVpnTargetNetworkResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AssociateClientVpnTargetNetworkResponse.Builder,AssociateClientVpnTargetNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
AssociateClientVpnTargetNetworkResponse.Builder |
associationId(String associationId)
The unique ID of the target network association.
|
AssociateClientVpnTargetNetworkResponse.Builder |
status(AssociationStatus status)
The current state of the target network association.
|
default AssociateClientVpnTargetNetworkResponse.Builder |
status(Consumer<AssociationStatus.Builder> status)
The current state of the target network association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildAssociateClientVpnTargetNetworkResponse.Builder associationId(String associationId)
The unique ID of the target network association.
associationId - The unique ID of the target network association.AssociateClientVpnTargetNetworkResponse.Builder status(AssociationStatus status)
The current state of the target network association.
status - The current state of the target network association.default AssociateClientVpnTargetNetworkResponse.Builder status(Consumer<AssociationStatus.Builder> status)
The current state of the target network association.
This is a convenience 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 © 2019. All rights reserved.