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