| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
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,Map<String,String>> detectedWorkload)
Workloads detected in the application component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.detectedWorkloadWithStrings(Map<String,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(OsType osType)
The operating system of the component.
|
ApplicationComponent.Builder |
ApplicationComponent.Builder.osType(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApplicationComponent.Builder> |
ApplicationComponent.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.applicationComponent(Consumer<ApplicationComponent.Builder> applicationComponent)
Sets the value of the ApplicationComponent property for this object.
|
Copyright © 2020. All rights reserved.