Uses of Class
software.amazon.awscdk.services.refactorspaces.CfnService.Builder
Packages that use CfnService.Builder
Package
Description
AWS::RefactorSpaces Construct Library
-
Uses of CfnService.Builder in software.amazon.awscdk.services.refactorspaces
Methods in software.amazon.awscdk.services.refactorspaces that return CfnService.BuilderModifier and TypeMethodDescriptionCfnService.Builder.applicationIdentifier(String applicationIdentifier) The unique identifier of the application.static CfnService.BuilderCfnService.Builder.description(String description) A description of the service.CfnService.Builder.endpointType(String endpointType) The endpoint type of the service.CfnService.Builder.environmentIdentifier(String environmentIdentifier) The unique identifier of the environment.CfnService.Builder.lambdaEndpoint(IResolvable lambdaEndpoint) A summary of the configuration for the AWS Lambda endpoint type.CfnService.Builder.lambdaEndpoint(CfnService.LambdaEndpointInputProperty lambdaEndpoint) A summary of the configuration for the AWS Lambda endpoint type.The name of the service.The tags assigned to the service.CfnService.Builder.urlEndpoint(IResolvable urlEndpoint) The summary of the configuration for the URL endpoint type.CfnService.Builder.urlEndpoint(CfnService.UrlEndpointInputProperty urlEndpoint) The summary of the configuration for the URL endpoint type.The ID of the virtual private cloud (VPC).