Class GlobalClusterArgs.Builder

  • Enclosing class:
    GlobalClusterArgs

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

      • Builder

        public Builder()
    • Method Detail

      • deletionProtection

        public GlobalClusterArgs.Builder deletionProtection​(@Nullable
                                                            com.pulumi.core.Output<java.lang.Boolean> deletionProtection)
        Parameters:
        deletionProtection - If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.
        Returns:
        builder
      • deletionProtection

        public GlobalClusterArgs.Builder deletionProtection​(java.lang.Boolean deletionProtection)
        Parameters:
        deletionProtection - If the Global Cluster should have deletion protection enabled. The database can't be deleted when this value is set to `true`. The default is `false`.
        Returns:
        builder
      • engine

        public GlobalClusterArgs.Builder engine​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> engine)
        Parameters:
        engine - Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `neptune`. Conflicts with `source_db_cluster_identifier`.
        Returns:
        builder
      • engine

        public GlobalClusterArgs.Builder engine​(java.lang.String engine)
        Parameters:
        engine - Name of the database engine to be used for this DB cluster. The provider will only perform drift detection if a configuration value is provided. Current Valid values: `neptune`. Conflicts with `source_db_cluster_identifier`.
        Returns:
        builder
      • engineVersion

        public GlobalClusterArgs.Builder engineVersion​(@Nullable
                                                       com.pulumi.core.Output<java.lang.String> engineVersion)
        Parameters:
        engineVersion - Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will. * **NOTE:** Upgrading major versions is not supported.
        Returns:
        builder
      • engineVersion

        public GlobalClusterArgs.Builder engineVersion​(java.lang.String engineVersion)
        Parameters:
        engineVersion - Engine version of the global database. Upgrading the engine version will result in all cluster members being immediately updated and will. * **NOTE:** Upgrading major versions is not supported.
        Returns:
        builder
      • globalClusterIdentifier

        public GlobalClusterArgs.Builder globalClusterIdentifier​(com.pulumi.core.Output<java.lang.String> globalClusterIdentifier)
        Parameters:
        globalClusterIdentifier - The global cluster identifier.
        Returns:
        builder
      • globalClusterIdentifier

        public GlobalClusterArgs.Builder globalClusterIdentifier​(java.lang.String globalClusterIdentifier)
        Parameters:
        globalClusterIdentifier - The global cluster identifier.
        Returns:
        builder
      • sourceDbClusterIdentifier

        public GlobalClusterArgs.Builder sourceDbClusterIdentifier​(@Nullable
                                                                   com.pulumi.core.Output<java.lang.String> sourceDbClusterIdentifier)
        Parameters:
        sourceDbClusterIdentifier - Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.
        Returns:
        builder
      • sourceDbClusterIdentifier

        public GlobalClusterArgs.Builder sourceDbClusterIdentifier​(java.lang.String sourceDbClusterIdentifier)
        Parameters:
        sourceDbClusterIdentifier - Amazon Resource Name (ARN) to use as the primary DB Cluster of the Global Cluster on creation. The provider cannot perform drift detection of this value.
        Returns:
        builder
      • storageEncrypted

        public GlobalClusterArgs.Builder storageEncrypted​(@Nullable
                                                          com.pulumi.core.Output<java.lang.Boolean> storageEncrypted)
        Parameters:
        storageEncrypted - Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.
        Returns:
        builder
      • storageEncrypted

        public GlobalClusterArgs.Builder storageEncrypted​(java.lang.Boolean storageEncrypted)
        Parameters:
        storageEncrypted - Specifies whether the DB cluster is encrypted. The default is `false` unless `source_db_cluster_identifier` is specified and encrypted. The provider will only perform drift detection if a configuration value is provided.
        Returns:
        builder