Package org.cdk8s.plus25.k8s
Class KubeMutatingWebhookConfigurationListProps.Builder
- java.lang.Object
-
- org.cdk8s.plus25.k8s.KubeMutatingWebhookConfigurationListProps.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<KubeMutatingWebhookConfigurationListProps>
- Enclosing interface:
- KubeMutatingWebhookConfigurationListProps
@Stability(Stable) public static final class KubeMutatingWebhookConfigurationListProps.Builder extends Object implements software.amazon.jsii.Builder<KubeMutatingWebhookConfigurationListProps>
A builder forKubeMutatingWebhookConfigurationListProps
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeMutatingWebhookConfigurationListPropsbuild()Builds the configured instance.KubeMutatingWebhookConfigurationListProps.Builderitems(List<? extends KubeMutatingWebhookConfigurationProps> items)Sets the value ofKubeMutatingWebhookConfigurationListProps.getItems()KubeMutatingWebhookConfigurationListProps.Buildermetadata(ListMeta metadata)Sets the value ofKubeMutatingWebhookConfigurationListProps.getMetadata()
-
-
-
Method Detail
-
items
@Stability(Stable) public KubeMutatingWebhookConfigurationListProps.Builder items(List<? extends KubeMutatingWebhookConfigurationProps> items)
Sets the value ofKubeMutatingWebhookConfigurationListProps.getItems()- Parameters:
items- List of MutatingWebhookConfiguration. This parameter is required.- Returns:
this
-
metadata
@Stability(Stable) public KubeMutatingWebhookConfigurationListProps.Builder metadata(ListMeta metadata)
Sets the value ofKubeMutatingWebhookConfigurationListProps.getMetadata()- Parameters:
metadata- Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds- Returns:
this
-
build
@Stability(Stable) public KubeMutatingWebhookConfigurationListProps build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KubeMutatingWebhookConfigurationListProps>- Returns:
- a new instance of
KubeMutatingWebhookConfigurationListProps - Throws:
NullPointerException- if any required attribute was not provided
-
-