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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisassociateClientVpnTargetNetworkResponse.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 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.Builder
status(AssociationStatus)
Copyright © 2019. All rights reserved.