ConnectorResourceFormat.DefinitionStages.WithIsInternal Interface

public static interface ConnectorResourceFormat.DefinitionStages.WithIsInternal

The stage of the ConnectorResourceFormat definition allowing to specify isInternal.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIsInternal(Boolean isInternal)

Specifies the isInternal property: If this is an internal connector..

Method Details

withIsInternal

public abstract ConnectorResourceFormat.DefinitionStages.WithCreate withIsInternal(Boolean isInternal)

Specifies the isInternal property: If this is an internal connector..

Parameters:

isInternal - If this is an internal connector.

Returns:

the next definition stage.

Applies to