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