Interface WorkloadDiscoveryConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadDiscoveryConfig.Builder,WorkloadDiscoveryConfig>,SdkBuilder<WorkloadDiscoveryConfig.Builder,WorkloadDiscoveryConfig>,SdkPojo
- Enclosing class:
- WorkloadDiscoveryConfig
public static interface WorkloadDiscoveryConfig.Builder extends SdkPojo, CopyableBuilder<WorkloadDiscoveryConfig.Builder,WorkloadDiscoveryConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadDiscoveryConfig.BuildertrustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)Discovery integration status in respect to Trusted Advisor for the workload.WorkloadDiscoveryConfig.BuildertrustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)Discovery integration status in respect to Trusted Advisor for the workload.WorkloadDiscoveryConfig.BuilderworkloadResourceDefinition(Collection<DefinitionType> workloadResourceDefinition)The mode to use for identifying resources associated with the workload.WorkloadDiscoveryConfig.BuilderworkloadResourceDefinition(DefinitionType... workloadResourceDefinition)The mode to use for identifying resources associated with the workload.WorkloadDiscoveryConfig.BuilderworkloadResourceDefinitionWithStrings(String... workloadResourceDefinition)The mode to use for identifying resources associated with the workload.WorkloadDiscoveryConfig.BuilderworkloadResourceDefinitionWithStrings(Collection<String> workloadResourceDefinition)The mode to use for identifying resources associated with the workload.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
trustedAdvisorIntegrationStatus
WorkloadDiscoveryConfig.Builder trustedAdvisorIntegrationStatus(String trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
- Parameters:
trustedAdvisorIntegrationStatus- Discovery integration status in respect to Trusted Advisor for the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrustedAdvisorIntegrationStatus,TrustedAdvisorIntegrationStatus
-
trustedAdvisorIntegrationStatus
WorkloadDiscoveryConfig.Builder trustedAdvisorIntegrationStatus(TrustedAdvisorIntegrationStatus trustedAdvisorIntegrationStatus)
Discovery integration status in respect to Trusted Advisor for the workload.
- Parameters:
trustedAdvisorIntegrationStatus- Discovery integration status in respect to Trusted Advisor for the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TrustedAdvisorIntegrationStatus,TrustedAdvisorIntegrationStatus
-
workloadResourceDefinitionWithStrings
WorkloadDiscoveryConfig.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.- Parameters:
workloadResourceDefinition- The mode to use for identifying resources associated with the workload.You can specify
WORKLOAD_METADATA,APP_REGISTRY, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadResourceDefinitionWithStrings
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.- Parameters:
workloadResourceDefinition- The mode to use for identifying resources associated with the workload.You can specify
WORKLOAD_METADATA,APP_REGISTRY, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadResourceDefinition
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.- Parameters:
workloadResourceDefinition- The mode to use for identifying resources associated with the workload.You can specify
WORKLOAD_METADATA,APP_REGISTRY, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadResourceDefinition
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.- Parameters:
workloadResourceDefinition- The mode to use for identifying resources associated with the workload.You can specify
WORKLOAD_METADATA,APP_REGISTRY, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-