Uses of Class
software.amazon.awscdk.services.eks.ServiceAccountOptions.Builder
Packages that use ServiceAccountOptions.Builder
-
Uses of ServiceAccountOptions.Builder in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return ServiceAccountOptions.BuilderModifier and TypeMethodDescriptionServiceAccountOptions.Builder.annotations
(Map<String, String> annotations) Sets the value ofServiceAccountOptions.getAnnotations()
ServiceAccountOptions.builder()
ServiceAccountOptions.Builder.identityType
(IdentityType identityType) Sets the value ofServiceAccountOptions.getIdentityType()
Sets the value ofServiceAccountOptions.getLabels()
Sets the value ofServiceAccountOptions.getName()
Sets the value ofServiceAccountOptions.getNamespace()
Constructors in software.amazon.awscdk.services.eks with parameters of type ServiceAccountOptions.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ServiceAccountOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theServiceAccountOptions.Builder
.