Class SampleReadme

  • All Implemented Interfaces:
    software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.96.0 (build 921e240)",
               date="2024-03-28T21:16:42.801Z")
    @Stability(Experimental)
    public class SampleReadme
    extends SampleFile
    (experimental) Represents a README.md sample file. You are expected to manage this file after creation.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SampleReadme.Builder
      (experimental) A fluent builder for SampleReadme.
      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
      • Nested classes/interfaces inherited from interface software.constructs.IConstruct

        software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
    • Constructor Detail

      • SampleReadme

        protected SampleReadme​(software.amazon.jsii.JsiiObjectRef objRef)
      • SampleReadme

        protected SampleReadme​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • SampleReadme

        @Stability(Experimental)
        public SampleReadme​(@NotNull
                            Project project,
                            @Nullable
                            SampleReadmeProps props)
        Parameters:
        project - This parameter is required.
        props -
      • SampleReadme

        @Stability(Experimental)
        public SampleReadme​(@NotNull
                            Project project)
        Parameters:
        project - This parameter is required.