Interface Script.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Script.Builder,Script>,SdkBuilder<Script.Builder,Script>,SdkPojo
- Enclosing class:
- Script
public static interface Script.Builder extends SdkPojo, CopyableBuilder<Script.Builder,Script>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Script.BuilderscriptLocation(String scriptLocation)The script location of the scripts.Script.Buildertype(String type)The type of the scripts.Script.Buildertype(ScriptType type)The type of the scripts.-
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
-
scriptLocation
Script.Builder scriptLocation(String scriptLocation)
The script location of the scripts.
- Parameters:
scriptLocation- The script location of the scripts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Script.Builder type(String type)
The type of the scripts.
- Parameters:
type- The type of the scripts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScriptType,ScriptType
-
type
Script.Builder type(ScriptType type)
The type of the scripts.
- Parameters:
type- The type of the scripts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScriptType,ScriptType
-
-