Uses of Class
software.amazon.awscdk.services.wellarchitected.CfnWorkload.Builder
Packages that use CfnWorkload.Builder
Package
Description
AWS::WellArchitected Construct Library
-
Uses of CfnWorkload.Builder in software.amazon.awscdk.services.wellarchitected
Methods in software.amazon.awscdk.services.wellarchitected that return CfnWorkload.BuilderModifier and TypeMethodDescriptionCfnWorkload.Builder.accountIds(List<String> accountIds) The list of Amazon Web Services account IDs associated with the workload.CfnWorkload.Builder.architecturalDesign(String architecturalDesign) The URL of the architectural design for the workload.CfnWorkload.Builder.awsRegions(List<String> awsRegions) The list of Amazon Web Services Regions associated with the workload.static CfnWorkload.BuilderCfnWorkload.Builder.description(String description) The description for the workload.CfnWorkload.Builder.discoveryConfig(IResolvable discoveryConfig) Discovery configuration associated to the workload.CfnWorkload.Builder.discoveryConfig(CfnWorkload.DiscoveryConfigProperty discoveryConfig) Discovery configuration associated to the workload.CfnWorkload.Builder.environment(String environment) The environment for the workload.The industry for the workload.CfnWorkload.Builder.industryType(String industryType) The industry type for the workload.The list of lenses associated with the workload.CfnWorkload.Builder.nonAwsRegions(List<String> nonAwsRegions) The list of non-Amazon Web Services Regions associated with the workload.The notes associated with the workload.CfnWorkload.Builder.reviewOwner(String reviewOwner) The review owner of the workload.CfnWorkload.Builder.tags(List<? extends CfnWorkload.TagsItemsProperty> tags) The tags associated with the workload.CfnWorkload.Builder.workloadName(String workloadName) The name of the workload.