Package org.cdk8s.plus20
Interface HandlerFromHttpGetOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HandlerFromHttpGetOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.475Z") @Stability(Stable) public interface HandlerFromHttpGetOptions extends software.amazon.jsii.JsiiSerializable
Options for `Handler.fromHttpGet`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHandlerFromHttpGetOptions.BuilderA builder forHandlerFromHttpGetOptionsstatic classHandlerFromHttpGetOptions.Jsii$ProxyAn implementation forHandlerFromHttpGetOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HandlerFromHttpGetOptions.Builderbuilder()default NumbergetPort()The TCP port to use when sending the GET request.
-
-
-
Method Detail
-
getPort
@Stability(Stable) @Nullable default Number getPort()
The TCP port to use when sending the GET request.Default: - defaults to `container.port`.
-
builder
@Stability(Stable) static HandlerFromHttpGetOptions.Builder builder()
- Returns:
- a
HandlerFromHttpGetOptions.BuilderofHandlerFromHttpGetOptions
-
-