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 TypeMethodDescriptionThe 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.
-