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