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
Modifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL to use to access the asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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.
 
 
 -