public interface ImportedResourceBuilder
ImportedResource instances, adding and configuring its attributes.| Modifier and Type | Method and Description |
|---|---|
ImportedResource |
build()
Builds the target imported resource.
|
static ImportedResourceBuilder |
builder()
Instantiates a new raw builder.
|
ImportedResourceBuilder |
withMetadata(ComponentMetadataAst metadata)
Sets the imported resource metadata to the builder.
|
ImportedResourceBuilder |
withResourceLocation(String resourceLocation)
Sets the imported resource name to the builder.
|
static ImportedResourceBuilder builder()
ImportedResourceBuilder withResourceLocation(String resourceLocation)
resourceLocation - the resource location.ImportedResourceBuilder withMetadata(ComponentMetadataAst metadata)
metadata - the component metadata.ImportedResource build()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.