Interface CodegenJobAsset.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CodegenJobAsset.Builder,,- CodegenJobAsset> - SdkBuilder<CodegenJobAsset.Builder,,- CodegenJobAsset> - SdkPojo
- Enclosing class:
- CodegenJobAsset
@Mutable
@NotThreadSafe
public static interface CodegenJobAsset.Builder
extends SdkPojo, CopyableBuilder<CodegenJobAsset.Builder,CodegenJobAsset> 
- 
Method SummaryModifier and TypeMethodDescriptiondownloadUrl(String downloadUrl) The URL to use to access the asset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
downloadUrlThe 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.
 
 
-