| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ServiceAccountOptions.Builder |
ServiceAccountOptions.Builder.annotations(Map<String,String> annotations)
Sets the value of
ServiceAccountOptions.getAnnotations() |
static ServiceAccountOptions.Builder |
ServiceAccountOptions.builder() |
ServiceAccountOptions.Builder |
ServiceAccountOptions.Builder.labels(Map<String,String> labels)
Sets the value of
ServiceAccountOptions.getLabels() |
ServiceAccountOptions.Builder |
ServiceAccountOptions.Builder.name(String name)
Sets the value of
ServiceAccountOptions.getName() |
ServiceAccountOptions.Builder |
ServiceAccountOptions.Builder.namespace(String namespace)
Sets the value of
ServiceAccountOptions.getNamespace() |
| Constructor and Description |
|---|
Jsii$Proxy(ServiceAccountOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ServiceAccountOptions.Builder. |
Copyright © 2022. All rights reserved.