Interface SmithyApiGatewayJavaProjectOptions
-
- All Superinterfaces:
CommonApiProjectOptions,io.github.cdklabs.projen.github.GitHubProjectOptions,io.github.cdklabs.projen.java.JavaProjectCommonOptions,io.github.cdklabs.projen.java.JavaProjectOptions,software.amazon.jsii.JsiiSerializable,io.github.cdklabs.projen.java.PomOptions,io.github.cdklabs.projen.ProjectOptions,SmithyApiGatewayProjectOptions
- All Known Implementing Classes:
SmithyApiGatewayJavaProjectOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:25.133Z") @Stability(Experimental) public interface SmithyApiGatewayJavaProjectOptions extends software.amazon.jsii.JsiiSerializable, io.github.cdklabs.projen.java.JavaProjectOptions, SmithyApiGatewayProjectOptions
(experimental) Configuration for the SmithyApiGatewayJavaProject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSmithyApiGatewayJavaProjectOptions.BuilderA builder forSmithyApiGatewayJavaProjectOptionsstatic classSmithyApiGatewayJavaProjectOptions.Jsii$ProxyAn implementation forSmithyApiGatewayJavaProjectOptions
-
Method Summary
Static Methods Modifier and Type Method Description static SmithyApiGatewayJavaProjectOptions.Builderbuilder()-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.CommonApiProjectOptions
getApiSrcDir, getClientLanguages, getDocumentationFormats, getForceGenerateCodeAndDocs, getGeneratedCodeDir, getJavaClientOptions, getParsedSpecFileName, getPythonClientOptions, getTypescriptClientOptions
-
Methods inherited from interface io.github.cdklabs.projen.github.GitHubProjectOptions
getAutoApproveOptions, getAutoMerge, getAutoMergeOptions, getClobber, getDevContainer, getGithub, getGithubOptions, getGitpod, getMergify, getMergifyOptions, getProjectType, getProjenCredentials, getProjenTokenSecret, getReadme, getStale, getStaleOptions, getVscode
-
Methods inherited from interface io.github.cdklabs.projen.java.JavaProjectCommonOptions
getCompileOptions, getDeps, getDistdir, getJunit, getJunitOptions, getPackagingOptions, getProjenrcJava, getProjenrcJavaOptions, getTestDeps
-
Methods inherited from interface io.github.cdklabs.projen.java.JavaProjectOptions
getSample, getSampleJavaPackage
-
Methods inherited from interface io.github.cdklabs.projen.java.PomOptions
getArtifactId, getDescription, getGroupId, getPackaging, getUrl, getVersion
-
Methods inherited from interface io.github.cdklabs.projen.ProjectOptions
getCommitGenerated, getLogging, getName, getOutdir, getParent, getProjenCommand, getProjenrcJson, getProjenrcJsonOptions, getRenovatebot, getRenovatebotOptions
-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.SmithyApiGatewayProjectOptions
getGradleWrapperPath, getIgnoreSmithyBuildOutput, getModelDir, getServiceName, getSmithyBuildOptions
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static SmithyApiGatewayJavaProjectOptions.Builder builder()
-
-