Package org.cdk8s.plus24.k8s
Class KubeSelfSubjectRulesReview.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.KubeSelfSubjectRulesReview.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeSelfSubjectRulesReview>
- Enclosing class:
- KubeSelfSubjectRulesReview
@Stability(Stable) public static final class KubeSelfSubjectRulesReview.Builder extends Object implements software.amazon.jsii.Builder<KubeSelfSubjectRulesReview>
A fluent builder forKubeSelfSubjectRulesReview
.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeSelfSubjectRulesReview
build()
static KubeSelfSubjectRulesReview.Builder
create(software.constructs.Construct scope, String id)
KubeSelfSubjectRulesReview.Builder
metadata(ObjectMeta metadata)
Standard list metadata.KubeSelfSubjectRulesReview.Builder
spec(SelfSubjectRulesReviewSpec spec)
Spec holds information about the request being evaluated.
-
-
-
Method Detail
-
create
@Stability(Stable) public static KubeSelfSubjectRulesReview.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope
- the scope in which to define this object. This parameter is required.id
- a scope-local name for the object. This parameter is required.- Returns:
- a new instance of
KubeSelfSubjectRulesReview.Builder
.
-
spec
@Stability(Stable) public KubeSelfSubjectRulesReview.Builder spec(SelfSubjectRulesReviewSpec spec)
Spec holds information about the request being evaluated.- Parameters:
spec
- Spec holds information about the request being evaluated. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeSelfSubjectRulesReview.Builder metadata(ObjectMeta metadata)
Standard list metadata.More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
- Parameters:
metadata
- Standard list metadata. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public KubeSelfSubjectRulesReview build()
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<KubeSelfSubjectRulesReview>
-
-