Uses of Class
software.amazon.awscdk.services.apprunner.ServiceProps.Builder
-
Uses of ServiceProps.Builder in software.amazon.awscdk.services.apprunner
Modifier and TypeMethodDescriptionServiceProps.Builder.accessRole
(IRole accessRole) Sets the value ofServiceProps.getAccessRole()
static ServiceProps.Builder
ServiceProps.builder()
Sets the value ofServiceProps.getCpu()
ServiceProps.Builder.instanceRole
(IRole instanceRole) Sets the value ofServiceProps.getInstanceRole()
Sets the value ofServiceProps.getMemory()
ServiceProps.Builder.serviceName
(String serviceName) Sets the value ofServiceProps.getServiceName()
Sets the value ofServiceProps.getSource()
ServiceProps.Builder.vpcConnector
(IVpcConnector vpcConnector) Sets the value ofServiceProps.getVpcConnector()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theServiceProps.Builder
.