Package org.cdk8s.plus24
Class FromServiceAccountNameOptions.Builder
- java.lang.Object
-
- org.cdk8s.plus24.FromServiceAccountNameOptions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FromServiceAccountNameOptions>
- Enclosing interface:
- FromServiceAccountNameOptions
@Stability(Stable) public static final class FromServiceAccountNameOptions.Builder extends Object implements software.amazon.jsii.Builder<FromServiceAccountNameOptions>
A builder forFromServiceAccountNameOptions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromServiceAccountNameOptions
build()
Builds the configured instance.FromServiceAccountNameOptions.Builder
namespaceName(String namespaceName)
Sets the value ofFromServiceAccountNameOptions.getNamespaceName()
-
-
-
Method Detail
-
namespaceName
@Stability(Stable) public FromServiceAccountNameOptions.Builder namespaceName(String namespaceName)
Sets the value ofFromServiceAccountNameOptions.getNamespaceName()
- Parameters:
namespaceName
- The name of the namespace the service account belongs to.- Returns:
this
-
build
@Stability(Stable) public FromServiceAccountNameOptions build()
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FromServiceAccountNameOptions>
- Returns:
- a new instance of
FromServiceAccountNameOptions
- Throws:
NullPointerException
- if any required attribute was not provided
-
-