Interface TransformationTool.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TransformationTool.Builder,
,TransformationTool> SdkBuilder<TransformationTool.Builder,
,TransformationTool> SdkPojo
- Enclosing class:
TransformationTool
@Mutable
@NotThreadSafe
public static interface TransformationTool.Builder
extends SdkPojo, CopyableBuilder<TransformationTool.Builder,TransformationTool>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Description of the tool.Name of the tool.name
(TransformationToolName name) Name of the tool.tranformationToolInstallationLink
(String tranformationToolInstallationLink) URL for installing the tool.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
description
Description of the tool.
- Parameters:
description
- Description of the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the tool.
- Parameters:
name
- Name of the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Name of the tool.
- Parameters:
name
- Name of the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tranformationToolInstallationLink
TransformationTool.Builder tranformationToolInstallationLink(String tranformationToolInstallationLink) URL for installing the tool.
- Parameters:
tranformationToolInstallationLink
- URL for installing the tool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-