Package org.cdk8s.plus25.k8s
Interface HttpHeader
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HttpHeader.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.551Z") @Stability(Stable) public interface HttpHeader extends software.amazon.jsii.JsiiSerializable
HTTPHeader describes a custom header to be used in HTTP probes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHttpHeader.BuilderA builder forHttpHeaderstatic classHttpHeader.Jsii$ProxyAn implementation forHttpHeader
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HttpHeader.Builderbuilder()StringgetName()The header field name.StringgetValue()The header field value.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The header field name.
-
getValue
@Stability(Stable) @NotNull String getValue()
The header field value.
-
builder
@Stability(Stable) static HttpHeader.Builder builder()
- Returns:
- a
HttpHeader.BuilderofHttpHeader
-
-