Interface UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder,UpdateSecurityGroupRuleDescriptionsIngressResponse>,Ec2Response.Builder,SdkBuilder<UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder,UpdateSecurityGroupRuleDescriptionsIngressResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateSecurityGroupRuleDescriptionsIngressResponse
public static interface UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder,UpdateSecurityGroupRuleDescriptionsIngressResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateSecurityGroupRuleDescriptionsIngressResponse.BuilderreturnValue(Boolean returnValue)Returnstrueif the request succeeds; otherwise, returns an error.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
returnValue
UpdateSecurityGroupRuleDescriptionsIngressResponse.Builder returnValue(Boolean returnValue)
Returns
trueif the request succeeds; otherwise, returns an error.- Parameters:
returnValue- Returnstrueif the request succeeds; otherwise, returns an error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-