Package org.cdk8s.plus24.k8s
Class KubeRoleBindingListProps.Builder
- java.lang.Object
-
- org.cdk8s.plus24.k8s.KubeRoleBindingListProps.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeRoleBindingListProps>
- Enclosing interface:
- KubeRoleBindingListProps
@Stability(Stable) public static final class KubeRoleBindingListProps.Builder extends Object implements software.amazon.jsii.Builder<KubeRoleBindingListProps>
A builder forKubeRoleBindingListProps
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeRoleBindingListProps
build()
Builds the configured instance.KubeRoleBindingListProps.Builder
items(List<? extends KubeRoleBindingProps> items)
Sets the value ofKubeRoleBindingListProps.getItems()
KubeRoleBindingListProps.Builder
metadata(ListMeta metadata)
Sets the value ofKubeRoleBindingListProps.getMetadata()
-
-
-
Method Detail
-
items
@Stability(Stable) public KubeRoleBindingListProps.Builder items(List<? extends KubeRoleBindingProps> items)
Sets the value ofKubeRoleBindingListProps.getItems()
- Parameters:
items
- Items is a list of RoleBindings. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeRoleBindingListProps.Builder metadata(ListMeta metadata)
Sets the value ofKubeRoleBindingListProps.getMetadata()
- Parameters:
metadata
- Standard object's metadata.- Returns:
this
-
build
@Stability(Stable) public KubeRoleBindingListProps build()
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<KubeRoleBindingListProps>
- Returns:
- a new instance of
KubeRoleBindingListProps
- Throws:
NullPointerException
- if any required attribute was not provided
-
-