Interface DependencyDiscoveryConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DependencyDiscoveryConfig.Builder,,DependencyDiscoveryConfig> SdkBuilder<DependencyDiscoveryConfig.Builder,,DependencyDiscoveryConfig> SdkPojo
- Enclosing class:
DependencyDiscoveryConfig
@Mutable
@NotThreadSafe
public static interface DependencyDiscoveryConfig.Builder
extends SdkPojo, CopyableBuilder<DependencyDiscoveryConfig.Builder,DependencyDiscoveryConfig>
-
Method Summary
Modifier and TypeMethodDescriptioneligibleResourceCount(Integer eligibleResourceCount) The count of resources eligible for dependency attribution.A status message for dependency discovery, displayed during the initialization state.The current status of dependency discovery.status(DependencyDiscoveryStatus status) The current status of dependency discovery.The timestamp when dependency discovery was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of dependency discovery.
- Parameters:
status- The current status of dependency discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of dependency discovery.
- Parameters:
status- The current status of dependency discovery.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp when dependency discovery was last updated.
- Parameters:
updatedAt- The timestamp when dependency discovery was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eligibleResourceCount
The count of resources eligible for dependency attribution.
- Parameters:
eligibleResourceCount- The count of resources eligible for dependency attribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
A status message for dependency discovery, displayed during the initialization state.
- Parameters:
message- A status message for dependency discovery, displayed during the initialization state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-