Class VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.vertex_ai_feature_online_store_featureview.VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreFeatureviewSyncConfig>
- Enclosing interface:
- VertexAiFeatureOnlineStoreFeatureviewSyncConfig
@Stability(Stable) public static final class VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder extends Object implements software.amazon.jsii.Builder<VertexAiFeatureOnlineStoreFeatureviewSyncConfig>
A builder forVertexAiFeatureOnlineStoreFeatureviewSyncConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VertexAiFeatureOnlineStoreFeatureviewSyncConfigbuild()Builds the configured instance.VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Buildercron(String cron)Sets the value ofVertexAiFeatureOnlineStoreFeatureviewSyncConfig.getCron()
-
-
-
Method Detail
-
cron
@Stability(Stable) public VertexAiFeatureOnlineStoreFeatureviewSyncConfig.Builder cron(String cron)
Sets the value ofVertexAiFeatureOnlineStoreFeatureviewSyncConfig.getCron()- Parameters:
cron- Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled runs. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/vertex_ai_feature_online_store_featureview#cron VertexAiFeatureOnlineStoreFeatureview#cron}- Returns:
this
-
build
@Stability(Stable) public VertexAiFeatureOnlineStoreFeatureviewSyncConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VertexAiFeatureOnlineStoreFeatureviewSyncConfig>- Returns:
- a new instance of
VertexAiFeatureOnlineStoreFeatureviewSyncConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-