Interface CodegenJobAsset.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodegenJobAsset.Builder,CodegenJobAsset>,SdkBuilder<CodegenJobAsset.Builder,CodegenJobAsset>,SdkPojo
- Enclosing class:
- CodegenJobAsset
public static interface CodegenJobAsset.Builder extends SdkPojo, CopyableBuilder<CodegenJobAsset.Builder,CodegenJobAsset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodegenJobAsset.BuilderdownloadUrl(String downloadUrl)The URL to use to access the asset.-
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, sdkFields
-
-
-
-
Method Detail
-
downloadUrl
CodegenJobAsset.Builder downloadUrl(String downloadUrl)
The URL to use to access the asset.
- Parameters:
downloadUrl- The URL to use to access the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-