Interface AssetSourceUrlContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetSourceUrlContent.Builder,,AssetSourceUrlContent> SdkBuilder<AssetSourceUrlContent.Builder,,AssetSourceUrlContent> SdkPojo
- Enclosing class:
AssetSourceUrlContent
@Mutable
@NotThreadSafe
public static interface AssetSourceUrlContent.Builder
extends SdkPojo, CopyableBuilder<AssetSourceUrlContent.Builder,AssetSourceUrlContent>
-
Method Summary
Modifier and TypeMethodDescriptionThe source URL to import asset content fromMethods 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
-
url
The source URL to import asset content from
- Parameters:
url- The source URL to import asset content from- Returns:
- Returns a reference to this object so that method calls can be chained together.
-