static ApplicationComponent.Builder |
ApplicationComponent.builder() |
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.componentName(String componentName) |
The name of the component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.componentRemarks(String componentRemarks) |
If logging is supported for the resource type, indicates whether the component has configured logs to be
monitored.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.detectedWorkload(Map<Tier,? extends Map<String,String>> detectedWorkload) |
Workloads detected in the application component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.detectedWorkloadWithStrings(Map<String,? extends Map<String,String>> detectedWorkload) |
Workloads detected in the application component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.monitor(Boolean monitor) |
Indicates whether the application component is monitored.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.osType(String osType) |
The operating system of the component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.osType(OsType osType) |
The operating system of the component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.resourceType(String resourceType) |
The resource type.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.tier(String tier) |
The stack tier of the application component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.tier(Tier tier) |
The stack tier of the application component.
|
ApplicationComponent.Builder |
ApplicationComponent.toBuilder() |
|