Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.Workload.Builder
-
Packages that use Workload.Builder Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of Workload.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return Workload.Builder Modifier and Type Method Description static Workload.BuilderWorkload. builder()Workload.BuilderWorkload.Builder. componentName(String componentName)The name of the component.Workload.BuilderWorkload.Builder. tier(String tier)The tier of the workload.Workload.BuilderWorkload.Builder. tier(Tier tier)The tier of the workload.Workload.BuilderWorkload. toBuilder()Workload.BuilderWorkload.Builder. workloadId(String workloadId)The ID of the workload.Workload.BuilderWorkload.Builder. workloadName(String workloadName)The name of the workload.Workload.BuilderWorkload.Builder. workloadRemarks(String workloadRemarks)If logging is supported for the resource type, shows whether the component has configured logs to be monitored.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type Workload.Builder Modifier and Type Method Description static Class<? extends Workload.Builder>Workload. serializableBuilderClass()
-