Interface DescribeClientVpnAuthorizationRulesResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeClientVpnAuthorizationRulesResponse.Builder,,DescribeClientVpnAuthorizationRulesResponse> Ec2Response.Builder,SdkBuilder<DescribeClientVpnAuthorizationRulesResponse.Builder,,DescribeClientVpnAuthorizationRulesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeClientVpnAuthorizationRulesResponse
public static interface DescribeClientVpnAuthorizationRulesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnAuthorizationRulesResponse.Builder,DescribeClientVpnAuthorizationRulesResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionauthorizationRules(Collection<AuthorizationRule> authorizationRules) Information about the authorization rules.authorizationRules(Consumer<AuthorizationRule.Builder>... authorizationRules) Information about the authorization rules.authorizationRules(AuthorizationRule... authorizationRules) Information about the authorization rules.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
authorizationRules
DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(Collection<AuthorizationRule> authorizationRules) Information about the authorization rules.
- Parameters:
 authorizationRules- Information about the authorization rules.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authorizationRules
DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(AuthorizationRule... authorizationRules) Information about the authorization rules.
- Parameters:
 authorizationRules- Information about the authorization rules.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
authorizationRules
DescribeClientVpnAuthorizationRulesResponse.Builder authorizationRules(Consumer<AuthorizationRule.Builder>... authorizationRules) Information about the authorization rules.
This is a convenience method that creates an instance of theAuthorizationRule.Builderavoiding the need to create one manually viaAuthorizationRule.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizationRules(List<AuthorizationRule>).- Parameters:
 authorizationRules- a consumer that will call methods onAuthorizationRule.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -