Interface DeploymentOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DeploymentOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-16T00:20:23.446Z") @Stability(Stable) public interface DeploymentOptions extends software.amazon.jsii.JsiiSerializable
The Deployment event accepts no options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDeploymentOptions.BuilderA builder forDeploymentOptionsstatic classDeploymentOptions.Jsii$ProxyAn implementation forDeploymentOptions
-
Method Summary
Static Methods Modifier and Type Method Description static DeploymentOptions.Builderbuilder()
-
-
-
Method Detail
-
builder
@Stability(Stable) static DeploymentOptions.Builder builder()
- Returns:
- a
DeploymentOptions.BuilderofDeploymentOptions
-
-