Interface AwsRdsDbSecurityGroupIpRange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsRdsDbSecurityGroupIpRange.Builder,
,AwsRdsDbSecurityGroupIpRange> SdkBuilder<AwsRdsDbSecurityGroupIpRange.Builder,
,AwsRdsDbSecurityGroupIpRange> SdkPojo
- Enclosing class:
AwsRdsDbSecurityGroupIpRange
public static interface AwsRdsDbSecurityGroupIpRange.Builder
extends SdkPojo, CopyableBuilder<AwsRdsDbSecurityGroupIpRange.Builder,AwsRdsDbSecurityGroupIpRange>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the IP range.Specifies the status of the IP range.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cidrIp
Specifies the IP range.
- Parameters:
cidrIp
- Specifies the IP range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies the status of the IP range.
- Parameters:
status
- Specifies the status of the IP range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-