Interface SmithyBuildOptions

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

    @Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)",
               date="2022-09-14T10:57:31.653Z")
    @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