public static interface DescribeClientVpnAuthorizationRulesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnAuthorizationRulesResponse.Builder,DescribeClientVpnAuthorizationRulesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnAuthorizationRulesResponse.Builder |
authorizationRules(AuthorizationRule... authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResponse.Builder |
authorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResponse.Builder |
authorizationRules(Consumer<AuthorizationRule.Builder>... authorizationRules)
Information about the authorization rules.
|
DescribeClientVpnAuthorizationRulesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(Collection<AuthorizationRule> authorizationRules)
Information about the authorization rules.
authorizationRules
- Information about the authorization rules.DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(AuthorizationRule... authorizationRules)
Information about the authorization rules.
authorizationRules
- Information about the authorization rules.DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(Consumer<AuthorizationRule.Builder>... authorizationRules)
Information about the authorization rules.
This is a convenience method that creates an instance of theAuthorizationRule.Builder
avoiding the need to create one
manually via AuthorizationRule.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #authorizationRules(List
.
authorizationRules
- a consumer that will call methods on
AuthorizationRule.Builder
#authorizationRules(java.util.Collection)
DescribeClientVpnAuthorizationRulesResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2023. All rights reserved.