Interface ApplicationDependencySummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ApplicationDependencySummary.Builder,,ApplicationDependencySummary> SdkBuilder<ApplicationDependencySummary.Builder,,ApplicationDependencySummary> SdkPojo
- Enclosing class:
 ApplicationDependencySummary
public static interface ApplicationDependencySummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationDependencySummary.Builder,ApplicationDependencySummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The Amazon Resource Name (ARN) of the nested application.semanticVersion(String semanticVersion) The semantic version of the nested application.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
- 
applicationId
The Amazon Resource Name (ARN) of the nested application.
- Parameters:
 applicationId- The Amazon Resource Name (ARN) of the nested application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
semanticVersion
The semantic version of the nested application.
- Parameters:
 semanticVersion- The semantic version of the nested application.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -