public static interface TransformationTool.Builder extends SdkPojo, CopyableBuilder<TransformationTool.Builder,TransformationTool>
| Modifier and Type | Method and Description |
|---|---|
TransformationTool.Builder |
description(String description)
Description of the tool.
|
TransformationTool.Builder |
name(String name)
Name of the tool.
|
TransformationTool.Builder |
name(TransformationToolName name)
Name of the tool.
|
TransformationTool.Builder |
tranformationToolInstallationLink(String tranformationToolInstallationLink)
URL for installing the tool.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformationTool.Builder description(String description)
Description of the tool.
description - Description of the tool.TransformationTool.Builder name(String name)
Name of the tool.
name - Name of the tool.TransformationToolName,
TransformationToolNameTransformationTool.Builder name(TransformationToolName name)
Name of the tool.
name - Name of the tool.TransformationToolName,
TransformationToolNameTransformationTool.Builder tranformationToolInstallationLink(String tranformationToolInstallationLink)
URL for installing the tool.
tranformationToolInstallationLink - URL for installing the tool.Copyright © 2022. All rights reserved.