Interface DescriptorSourceFromUrl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DescriptorSourceFromUrl.Builder,,DescriptorSourceFromUrl> SdkBuilder<DescriptorSourceFromUrl.Builder,,DescriptorSourceFromUrl> SdkPojo
- Enclosing class:
DescriptorSourceFromUrl
@Mutable
@NotThreadSafe
public static interface DescriptorSourceFromUrl.Builder
extends SdkPojo, CopyableBuilder<DescriptorSourceFromUrl.Builder,DescriptorSourceFromUrl>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the Url property for this object.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
-
url
Sets the value of the Url property for this object.- Parameters:
url- The new value for the Url property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-