Package org.cdk8s.plus25.k8s
Interface NonResourceAttributes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NonResourceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.752Z") @Stability(Stable) public interface NonResourceAttributes extends software.amazon.jsii.JsiiSerializable
NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNonResourceAttributes.BuilderA builder forNonResourceAttributesstatic classNonResourceAttributes.Jsii$ProxyAn implementation forNonResourceAttributes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NonResourceAttributes.Builderbuilder()default StringgetPath()Path is the URL path of the request.default StringgetVerb()Verb is the standard HTTP verb.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @Nullable default String getPath()
Path is the URL path of the request.
-
getVerb
@Stability(Stable) @Nullable default String getVerb()
Verb is the standard HTTP verb.
-
builder
@Stability(Stable) static NonResourceAttributes.Builder builder()
- Returns:
- a
NonResourceAttributes.BuilderofNonResourceAttributes
-
-