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