Package org.cdk8s.plus24
Interface HandlerFromHttpGetOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HandlerFromHttpGetOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.75.0 (build 63bb957)", date="2023-02-20T02:42:01.855Z") @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 class
HandlerFromHttpGetOptions.Builder
A builder forHandlerFromHttpGetOptions
static class
HandlerFromHttpGetOptions.Jsii$Proxy
An implementation forHandlerFromHttpGetOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HandlerFromHttpGetOptions.Builder
builder()
default Number
getPort()
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.Builder
ofHandlerFromHttpGetOptions
-
-