Uses of Interface
software.amazon.awssdk.services.rds.model.OptionGroup.Builder
Packages that use OptionGroup.Builder
-
Uses of OptionGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return OptionGroup.BuilderModifier and TypeMethodDescriptionOptionGroup.Builder.allowsVpcAndNonVpcInstanceMemberships(Boolean allowsVpcAndNonVpcInstanceMemberships) Indicates whether this option group can be applied to both VPC and non-VPC instances.static OptionGroup.BuilderOptionGroup.builder()OptionGroup.Builder.copyTimestamp(Instant copyTimestamp) Indicates when the option group was copied.OptionGroup.Builder.engineName(String engineName) Indicates the name of the engine that this option group can be applied to.OptionGroup.Builder.majorEngineVersion(String majorEngineVersion) Indicates the major engine version associated with this option group.OptionGroup.Builder.optionGroupArn(String optionGroupArn) Specifies the Amazon Resource Name (ARN) for the option group.OptionGroup.Builder.optionGroupDescription(String optionGroupDescription) Provides a description of the option group.OptionGroup.Builder.optionGroupName(String optionGroupName) Specifies the name of the option group.OptionGroup.Builder.options(Collection<Option> options) Indicates what options are available in the option group.OptionGroup.Builder.options(Consumer<Option.Builder>... options) Indicates what options are available in the option group.Indicates what options are available in the option group.OptionGroup.Builder.sourceAccountId(String sourceAccountId) Specifies the Amazon Web Services account ID for the option group from which this option group is copied.OptionGroup.Builder.sourceOptionGroup(String sourceOptionGroup) Specifies the name of the option group from which this option group is copied.OptionGroup.toBuilder()If AllowsVpcAndNonVpcInstanceMemberships isfalse, this field is blank.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OptionGroup.Builder>OptionGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionGroup.BuilderModifier and TypeMethodDescriptiondefault CopyOptionGroupResponse.BuilderCopyOptionGroupResponse.Builder.optionGroup(Consumer<OptionGroup.Builder> optionGroup) Sets the value of the OptionGroup property for this object.CreateOptionGroupResponse.Builder.optionGroup(Consumer<OptionGroup.Builder> optionGroup) Sets the value of the OptionGroup property for this object.ModifyOptionGroupResponse.Builder.optionGroup(Consumer<OptionGroup.Builder> optionGroup) Sets the value of the OptionGroup property for this object.