Interface SmithyBuildOptions

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

    @Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)",
               date="2022-12-01T04:12:25.263Z")
    @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