Uses of Interface
software.amazon.awssdk.services.rds.model.DBSecurityGroup.Builder
Packages that use DBSecurityGroup.Builder
-
Uses of DBSecurityGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic DBSecurityGroup.BuilderDBSecurityGroup.builder()DBSecurityGroup.Builder.dbSecurityGroupArn(String dbSecurityGroupArn) The Amazon Resource Name (ARN) for the DB security group.DBSecurityGroup.Builder.dbSecurityGroupDescription(String dbSecurityGroupDescription) Provides the description of the DB security group.DBSecurityGroup.Builder.dbSecurityGroupName(String dbSecurityGroupName) Specifies the name of the DB security group.DBSecurityGroup.Builder.ec2SecurityGroups(Collection<EC2SecurityGroup> ec2SecurityGroups) Contains a list ofEC2SecurityGroupelements.DBSecurityGroup.Builder.ec2SecurityGroups(Consumer<EC2SecurityGroup.Builder>... ec2SecurityGroups) Contains a list ofEC2SecurityGroupelements.DBSecurityGroup.Builder.ec2SecurityGroups(EC2SecurityGroup... ec2SecurityGroups) Contains a list ofEC2SecurityGroupelements.DBSecurityGroup.Builder.ipRanges(Collection<IPRange> ipRanges) Contains a list ofIPRangeelements.DBSecurityGroup.Builder.ipRanges(Consumer<IPRange.Builder>... ipRanges) Contains a list ofIPRangeelements.Contains a list ofIPRangeelements.Provides the Amazon Web Services ID of the owner of a specific DB security group.DBSecurityGroup.toBuilder()Provides the VpcId of the DB security group.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSecurityGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBSecurityGroup.Builder>DBSecurityGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSecurityGroup.BuilderModifier and TypeMethodDescriptionAuthorizeDbSecurityGroupIngressResponse.Builder.dbSecurityGroup(Consumer<DBSecurityGroup.Builder> dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.CreateDbSecurityGroupResponse.Builder.dbSecurityGroup(Consumer<DBSecurityGroup.Builder> dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.RevokeDbSecurityGroupIngressResponse.Builder.dbSecurityGroup(Consumer<DBSecurityGroup.Builder> dbSecurityGroup) Sets the value of the DBSecurityGroup property for this object.