Class OptionGroupState.Builder

  • Enclosing class:
    OptionGroupState

    public static final class OptionGroupState.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • arn

        public OptionGroupState.Builder arn​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - ARN of the DB option group.
        Returns:
        builder
      • arn

        public OptionGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - ARN of the DB option group.
        Returns:
        builder
      • engineName

        public OptionGroupState.Builder engineName​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> engineName)
        Parameters:
        engineName - Specifies the name of the engine that this option group should be associated with.
        Returns:
        builder
      • engineName

        public OptionGroupState.Builder engineName​(java.lang.String engineName)
        Parameters:
        engineName - Specifies the name of the engine that this option group should be associated with.
        Returns:
        builder
      • majorEngineVersion

        public OptionGroupState.Builder majorEngineVersion​(@Nullable
                                                           com.pulumi.core.Output<java.lang.String> majorEngineVersion)
        Parameters:
        majorEngineVersion - Specifies the major version of the engine that this option group should be associated with.
        Returns:
        builder
      • majorEngineVersion

        public OptionGroupState.Builder majorEngineVersion​(java.lang.String majorEngineVersion)
        Parameters:
        majorEngineVersion - Specifies the major version of the engine that this option group should be associated with.
        Returns:
        builder
      • name

        public OptionGroupState.Builder name​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the option group. If omitted, the provider will assign a random, unique name. Must be lowercase, to match as it is stored in AWS.
        Returns:
        builder
      • name

        public OptionGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the option group. If omitted, the provider will assign a random, unique name. Must be lowercase, to match as it is stored in AWS.
        Returns:
        builder
      • namePrefix

        public OptionGroupState.Builder namePrefix​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`. Must be lowercase, to match as it is stored in AWS.
        Returns:
        builder
      • namePrefix

        public OptionGroupState.Builder namePrefix​(java.lang.String namePrefix)
        Parameters:
        namePrefix - Creates a unique name beginning with the specified prefix. Conflicts with `name`. Must be lowercase, to match as it is stored in AWS.
        Returns:
        builder
      • optionGroupDescription

        public OptionGroupState.Builder optionGroupDescription​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> optionGroupDescription)
        Parameters:
        optionGroupDescription - Description of the option group.
        Returns:
        builder
      • optionGroupDescription

        public OptionGroupState.Builder optionGroupDescription​(java.lang.String optionGroupDescription)
        Parameters:
        optionGroupDescription - Description of the option group.
        Returns:
        builder
      • options

        public OptionGroupState.Builder options​(@Nullable
                                                com.pulumi.core.Output<java.util.List<OptionGroupOptionArgs>> options)
        Parameters:
        options - The options to apply. See `option` Block below for more details.
        Returns:
        builder
      • tags

        public OptionGroupState.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public OptionGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public OptionGroupState.Builder tagsAll​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public OptionGroupState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder