public static interface WorkloadDiscoveryConfig.Builder extends SdkPojo, CopyableBuilder<WorkloadDiscoveryConfig.Builder,WorkloadDiscoveryConfig>
| Modifier and Type | Method and Description |
|---|---|
WorkloadDiscoveryConfig.Builder |
trustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
|
WorkloadDiscoveryConfig.Builder |
trustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
|
WorkloadDiscoveryConfig.Builder |
workloadResourceDefinition(Collection<DefinitionType> workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
WorkloadDiscoveryConfig.Builder |
workloadResourceDefinition(DefinitionType... workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
WorkloadDiscoveryConfig.Builder |
workloadResourceDefinitionWithStrings(Collection<String> workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
WorkloadDiscoveryConfig.Builder |
workloadResourceDefinitionWithStrings(String... workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWorkloadDiscoveryConfig.Builder trustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
trustedAdvisorIntegrationStatus - Discovery integration status in respect to Trusted Advisor for the workload.TrustedAdvisorIntegrationStatus,
TrustedAdvisorIntegrationStatusWorkloadDiscoveryConfig.Builder trustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
trustedAdvisorIntegrationStatus - Discovery integration status in respect to Trusted Advisor for the workload.TrustedAdvisorIntegrationStatus,
TrustedAdvisorIntegrationStatusWorkloadDiscoveryConfig.Builder workloadResourceDefinitionWithStrings(Collection<String> workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
workloadResourceDefinition - The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
WorkloadDiscoveryConfig.Builder workloadResourceDefinitionWithStrings(String... workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
workloadResourceDefinition - The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
WorkloadDiscoveryConfig.Builder workloadResourceDefinition(Collection<DefinitionType> workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
workloadResourceDefinition - The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
WorkloadDiscoveryConfig.Builder workloadResourceDefinition(DefinitionType... workloadResourceDefinition)
The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
workloadResourceDefinition - The mode to use for identifying resources associated with the workload.
You can specify WORKLOAD_METADATA, APP_REGISTRY, or both.
Copyright © 2023. All rights reserved.