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