Interface ValidateSecurityGroupQuotasForInterfaceResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ValidateSecurityGroupQuotasForInterfaceResponse.Builder,,ValidateSecurityGroupQuotasForInterfaceResponse> Ec2Response.Builder,SdkBuilder<ValidateSecurityGroupQuotasForInterfaceResponse.Builder,,ValidateSecurityGroupQuotasForInterfaceResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ValidateSecurityGroupQuotasForInterfaceResponse
@Mutable
@NotThreadSafe
public static interface ValidateSecurityGroupQuotasForInterfaceResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<ValidateSecurityGroupQuotasForInterfaceResponse.Builder,ValidateSecurityGroupQuotasForInterfaceResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe operation returnstrueif the specified security groups can be associated with a single network interface without exceeding the quotas.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
valid
The operation returns
trueif the specified security groups can be associated with a single network interface without exceeding the quotas. It returns an error if associating the security groups would exceed a quota.- Parameters:
valid- The operation returnstrueif the specified security groups can be associated with a single network interface without exceeding the quotas. It returns an error if associating the security groups would exceed a quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-