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 method that creates an instance of theSecurityGroupRule.Builder avoiding the need to create one
manually via SecurityGroupRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #securityGroupRules(List.
securityGroupRules - a consumer that will call methods on
SecurityGroupRule.Builder#securityGroupRules(java.util.Collection) Copyright © 2022. All rights reserved.