public static interface AuthorizeClientVpnIngressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AuthorizeClientVpnIngressResponse.Builder,AuthorizeClientVpnIngressResponse>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeClientVpnIngressResponse.Builder |
status(ClientVpnAuthorizationRuleStatus status)
The current state of the authorization rule.
|
default AuthorizeClientVpnIngressResponse.Builder |
status(Consumer<ClientVpnAuthorizationRuleStatus.Builder> status)
The current state of the authorization rule.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeClientVpnIngressResponse.Builder status(ClientVpnAuthorizationRuleStatus status)
The current state of the authorization rule.
status - The current state of the authorization rule.default AuthorizeClientVpnIngressResponse.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.