Uses of Interface
software.amazon.awssdk.services.rds.model.CreateOptionGroupRequest.Builder
Packages that use CreateOptionGroupRequest.Builder
Package
Description
-
Uses of CreateOptionGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateOptionGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createOptionGroup(Consumer<CreateOptionGroupRequest.Builder> createOptionGroupRequest) Creates a new option group.default CreateOptionGroupResponseRdsClient.createOptionGroup(Consumer<CreateOptionGroupRequest.Builder> createOptionGroupRequest) Creates a new option group. -
Uses of CreateOptionGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateOptionGroupRequest.BuilderModifier and TypeMethodDescriptionCreateOptionGroupRequest.builder()CreateOptionGroupRequest.Builder.engineName(String engineName) The name of the engine to associate this option group with.CreateOptionGroupRequest.Builder.majorEngineVersion(String majorEngineVersion) Specifies the major version of the engine that this option group should be associated with.CreateOptionGroupRequest.Builder.optionGroupDescription(String optionGroupDescription) The description of the option group.CreateOptionGroupRequest.Builder.optionGroupName(String optionGroupName) Specifies the name of the option group to be created.CreateOptionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateOptionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateOptionGroupRequest.Builder.tags(Collection<Tag> tags) Tags to assign to the option group.CreateOptionGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to assign to the option group.Tags to assign to the option group.CreateOptionGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateOptionGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateOptionGroupRequest.Builder>CreateOptionGroupRequest.serializableBuilderClass()