Interface SmithyBuildOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, SmithyCommon
    All Known Implementing Classes:
    SmithyBuildOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.69.0 (build f656c31)",
               date="2022-11-14T02:01:28.719Z")
    @Stability(Experimental)
    public interface SmithyBuildOptions
    extends software.amazon.jsii.JsiiSerializable, SmithyCommon
    (experimental) Options for the smithy build file.
    • Method Detail

      • getIgnoreMissingPlugins

        @Stability(Experimental)
        @Nullable
        default Boolean getIgnoreMissingPlugins()
        (experimental) If a plugin can't be found, Smithy will by default fail the build.

        This setting can be set to true to allow the build to progress even if a plugin can't be found on the classpath.

        Default: - no ignoreMissingPlugins set in the smithy-build.json file

      • getProjections

        @Stability(Experimental)
        @Nullable
        default Map<String,​SmithyProjection> getProjections()
        (experimental) Map of projections name to projection configurations https://awslabs.github.io/smithy/2.0/guides/building-models/build-config.html#projections.

        Default: - no projections