Interface ApplicationDependencySummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ApplicationDependencySummary.Builder,,- ApplicationDependencySummary> - SdkBuilder<ApplicationDependencySummary.Builder,,- ApplicationDependencySummary> - SdkPojo
- Enclosing class:
- ApplicationDependencySummary
@Mutable
@NotThreadSafe
public static interface ApplicationDependencySummary.Builder
extends SdkPojo, CopyableBuilder<ApplicationDependencySummary.Builder,ApplicationDependencySummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
semanticVersionThe 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.
 
 
-