Interface TransformationTool.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TransformationTool.Builder,TransformationTool>,SdkBuilder<TransformationTool.Builder,TransformationTool>,SdkPojo
- Enclosing class:
- TransformationTool
public static interface TransformationTool.Builder extends SdkPojo, CopyableBuilder<TransformationTool.Builder,TransformationTool>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TransformationTool.Builderdescription(String description)Description of the tool.TransformationTool.Buildername(String name)Name of the tool.TransformationTool.Buildername(TransformationToolName name)Name of the tool.TransformationTool.BuildertranformationToolInstallationLink(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 Detail
-
description
TransformationTool.Builder description(String 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
TransformationTool.Builder name(String 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:
TransformationToolName,TransformationToolName
-
name
TransformationTool.Builder name(TransformationToolName 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:
TransformationToolName,TransformationToolName
-
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.
-
-