public static interface AuthorizeSecurityGroupIngressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AuthorizeSecurityGroupIngressResponse.Builder,AuthorizeSecurityGroupIngressResponse>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSecurityGroupIngressResponse.Builder |
returnValue(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
AuthorizeSecurityGroupIngressResponse.Builder |
securityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
AuthorizeSecurityGroupIngressResponse.Builder |
securityGroupRules(Consumer<SecurityGroupRule.Builder>... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
AuthorizeSecurityGroupIngressResponse.Builder |
securityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeSecurityGroupIngressResponse.Builder returnValue(Boolean returnValue)
Returns true if the request succeeds; otherwise, returns an error.
returnValue - Returns true if the request succeeds; otherwise, returns an error.AuthorizeSecurityGroupIngressResponse.Builder securityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
securityGroupRules - Information about the inbound (ingress) security group rules that were added.AuthorizeSecurityGroupIngressResponse.Builder securityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
securityGroupRules - Information about the inbound (ingress) security group rules that were added.AuthorizeSecurityGroupIngressResponse.Builder securityGroupRules(Consumer<SecurityGroupRule.Builder>... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #securityGroupRules(List) .securityGroupRules - a consumer that will call methods on List.Builder #securityGroupRules(List) Copyright © 2021. All rights reserved.