MetadataSyncConfigInner Class

public final class MetadataSyncConfigInner
extends ProxyResource

Metadata sync configuration

Configuration for metadata sync.

Constructor Summary

Constructor Description
MetadataSyncConfigInner()

Creates an instance of MetadataSyncConfigInner class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Indicates whether the metadata sync is enabled or disabled.

Integer syncIntervalInMinutes()

Get the syncIntervalInMinutes property: The Sync Interval in minutes.

void validate()

Validates the instance.

MetadataSyncConfigInner withEnabled(Boolean enabled)

Set the enabled property: Indicates whether the metadata sync is enabled or disabled.

MetadataSyncConfigInner withSyncIntervalInMinutes(Integer syncIntervalInMinutes)

Set the syncIntervalInMinutes property: The Sync Interval in minutes.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

MetadataSyncConfigInner

public MetadataSyncConfigInner()

Creates an instance of MetadataSyncConfigInner class.

Method Details

enabled

public Boolean enabled()

Get the enabled property: Indicates whether the metadata sync is enabled or disabled.

Returns:

the enabled value.

syncIntervalInMinutes

public Integer syncIntervalInMinutes()

Get the syncIntervalInMinutes property: The Sync Interval in minutes.

Returns:

the syncIntervalInMinutes value.

validate

public void validate()

Validates the instance.

withEnabled

public MetadataSyncConfigInner withEnabled(Boolean enabled)

Set the enabled property: Indicates whether the metadata sync is enabled or disabled.

Parameters:

enabled - the enabled value to set.

Returns:

the MetadataSyncConfigInner object itself.

withSyncIntervalInMinutes

public MetadataSyncConfigInner withSyncIntervalInMinutes(Integer syncIntervalInMinutes)

Set the syncIntervalInMinutes property: The Sync Interval in minutes.

Parameters:

syncIntervalInMinutes - the syncIntervalInMinutes value to set.

Returns:

the MetadataSyncConfigInner object itself.

Applies to