public static interface AuthorizeSecurityGroupEgressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AuthorizeSecurityGroupEgressResponse.Builder,AuthorizeSecurityGroupEgressResponse>
| Modifier and Type | Method and Description |
|---|---|
AuthorizeSecurityGroupEgressResponse.Builder |
returnValue(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
AuthorizeSecurityGroupEgressResponse.Builder |
securityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
AuthorizeSecurityGroupEgressResponse.Builder |
securityGroupRules(Consumer<SecurityGroupRule.Builder>... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
AuthorizeSecurityGroupEgressResponse.Builder |
securityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAuthorizeSecurityGroupEgressResponse.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.AuthorizeSecurityGroupEgressResponse.Builder securityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the outbound (egress) security group rules that were added.
securityGroupRules - Information about the outbound (egress) security group rules that were added.AuthorizeSecurityGroupEgressResponse.Builder securityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
securityGroupRules - Information about the outbound (egress) security group rules that were added.AuthorizeSecurityGroupEgressResponse.Builder securityGroupRules(Consumer<SecurityGroupRule.Builder>... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
This is a convenience method 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 © 2022. All rights reserved.