Interface ScriptSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScriptSummary.Builder,
,ScriptSummary> SdkBuilder<ScriptSummary.Builder,
,ScriptSummary> SdkPojo
- Enclosing class:
ScriptSummary
@Mutable
@NotThreadSafe
public static interface ScriptSummary.Builder
extends SdkPojo, CopyableBuilder<ScriptSummary.Builder,ScriptSummary>
-
Method Summary
Modifier and TypeMethodDescriptionscriptLocation
(String scriptLocation) The script location of the script summary.The type of the script summary.type
(ScriptType type) The type of the script summary.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
-
scriptLocation
The script location of the script summary.
- Parameters:
scriptLocation
- The script location of the script summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the script summary.
- Parameters:
type
- The type of the script summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the script summary.
- Parameters:
type
- The type of the script summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-