Class GetEnterpriseInstancesPlainArgs.Builder

    • Method Detail

      • envType

        public GetEnterpriseInstancesPlainArgs.Builder envType​(@Nullable
                                                               java.lang.String envType)
        Parameters:
        envType - The type of the environment to which the database instance belongs.
        Returns:
        builder
      • instanceAliasRegex

        public GetEnterpriseInstancesPlainArgs.Builder instanceAliasRegex​(@Nullable
                                                                          java.lang.String instanceAliasRegex)
        Parameters:
        instanceAliasRegex - A regex string to filter the results by the DMS Enterprise Instance instance_alias.
        Returns:
        builder
      • instanceSource

        public GetEnterpriseInstancesPlainArgs.Builder instanceSource​(@Nullable
                                                                      java.lang.String instanceSource)
        Parameters:
        instanceSource - The source of the database instance.
        Returns:
        builder
      • instanceType

        public GetEnterpriseInstancesPlainArgs.Builder instanceType​(@Nullable
                                                                    java.lang.String instanceType)
        Parameters:
        instanceType - The ID of the database instance.
        Returns:
        builder
      • nameRegex

        public GetEnterpriseInstancesPlainArgs.Builder nameRegex​(@Nullable
                                                                 java.lang.String nameRegex)
        Parameters:
        nameRegex - A regex string to filter the results by the DMS Enterprise Instance instance_alias.
        Returns:
        builder
      • netType

        public GetEnterpriseInstancesPlainArgs.Builder netType​(@Nullable
                                                               java.lang.String netType)
        Parameters:
        netType - The network type of the database instance. Valid values: CLASSIC and VPC. For more information about the valid values, see the description of the RegisterInstance operation.
        Returns:
        builder
      • outputFile

        public GetEnterpriseInstancesPlainArgs.Builder outputFile​(@Nullable
                                                                  java.lang.String outputFile)
        Parameters:
        outputFile - File name where to save data source results (after running `pulumi preview`).
        Returns:
        builder
      • searchKey

        public GetEnterpriseInstancesPlainArgs.Builder searchKey​(@Nullable
                                                                 java.lang.String searchKey)
        Parameters:
        searchKey - The keyword used to query database instances.
        Returns:
        builder
      • status

        public GetEnterpriseInstancesPlainArgs.Builder status​(@Nullable
                                                              java.lang.String status)
        Parameters:
        status - Filter the results by status of the DMS Enterprise Instances. Valid values: `NORMAL`, `UNAVAILABLE`, `UNKNOWN`, `DELETED`, `DISABLE`.
        Returns:
        builder