@Stability(value=Stable) public static final class ServiceAccountProps.Builder extends Object implements software.amazon.jsii.Builder<ServiceAccountProps>
ServiceAccountProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountProps |
build()
Builds the configured instance.
|
ServiceAccountProps.Builder |
cluster(ICluster cluster)
Sets the value of
ServiceAccountProps.getCluster() |
ServiceAccountProps.Builder |
name(String name)
Sets the value of
ServiceAccountOptions.getName() |
ServiceAccountProps.Builder |
namespace(String namespace)
Sets the value of
ServiceAccountOptions.getNamespace() |
@Stability(value=Stable) public ServiceAccountProps.Builder cluster(ICluster cluster)
ServiceAccountProps.getCluster()cluster - The cluster to apply the patch to. This parameter is required.this@Stability(value=Stable) public ServiceAccountProps.Builder name(String name)
ServiceAccountOptions.getName()name - The name of the service account.this@Stability(value=Stable) public ServiceAccountProps.Builder namespace(String namespace)
ServiceAccountOptions.getNamespace()namespace - The namespace of the service account.this@Stability(value=Stable) public ServiceAccountProps build()
build in interface software.amazon.jsii.Builder<ServiceAccountProps>ServiceAccountPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.