Package org.cdk8s.plus24.k8s
Interface NonResourceAttributes
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NonResourceAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-11-24T11:18:28.994Z") @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 class
NonResourceAttributes.Builder
A builder forNonResourceAttributes
static class
NonResourceAttributes.Jsii$Proxy
An implementation forNonResourceAttributes
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static NonResourceAttributes.Builder
builder()
default String
getPath()
Path is the URL path of the request.default String
getVerb()
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.Builder
ofNonResourceAttributes
-
-