| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Mapping |
build()
Builds the configured instance.
|
Mapping.Builder |
groups(List<String> groups)
Sets the value of
Mapping.getGroups() |
Mapping.Builder |
username(String username)
Sets the value of
Mapping.getUsername() |
@Stability(value=Experimental) public Mapping.Builder groups(List<String> groups)
Mapping.getGroups()groups - A list of groups within Kubernetes to which the role is mapped. This parameter is required.this@Stability(value=Experimental) public Mapping.Builder username(String username)
Mapping.getUsername()username - The user name within Kubernetes to map to the IAM role.this@Stability(value=Experimental) public Mapping build()
build in interface software.amazon.jsii.Builder<Mapping>MappingNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.