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.
List.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 #unknownIpPermissions(List) .unknownIpPermissions - a consumer that will call methods on List.Builder #unknownIpPermissions(List) Copyright © 2021. All rights reserved.