public static interface RevokeSecurityGroupIngressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RevokeSecurityGroupIngressResponse.Builder,RevokeSecurityGroupIngressResponse>
| Modifier and Type | Method and Description |
|---|---|
RevokeSecurityGroupIngressResponse.Builder |
returnValue(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
RevokeSecurityGroupIngressResponse.Builder |
unknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The inbound rules that were unknown to the service.
|
RevokeSecurityGroupIngressResponse.Builder |
unknownIpPermissions(Consumer<IpPermission.Builder>... unknownIpPermissions)
The inbound rules that were unknown to the service.
|
RevokeSecurityGroupIngressResponse.Builder |
unknownIpPermissions(IpPermission... unknownIpPermissions)
The inbound rules that were unknown to the service.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRevokeSecurityGroupIngressResponse.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.RevokeSecurityGroupIngressResponse.Builder unknownIpPermissions(Collection<IpPermission> unknownIpPermissions)
The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might
be in a different format from the request parameter.
unknownIpPermissions - The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.RevokeSecurityGroupIngressResponse.Builder unknownIpPermissions(IpPermission... unknownIpPermissions)
The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might
be in a different format from the request parameter.
unknownIpPermissions - The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet
might be in a different format from the request parameter.RevokeSecurityGroupIngressResponse.Builder unknownIpPermissions(Consumer<IpPermission.Builder>... unknownIpPermissions)
The inbound rules that were unknown to the service. In some cases, unknownIpPermissionSet might
be in a different format from the request parameter.
IpPermission.Builder avoiding the need to create one
manually via IpPermission.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #unknownIpPermissions(List.
unknownIpPermissions - a consumer that will call methods on
IpPermission.Builder#unknownIpPermissions(java.util.Collection) Copyright © 2022. All rights reserved.