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