Interface ServiceTopologyResource.UpdateStages.WithArtifactSourceId

All Known Subinterfaces:
ServiceTopologyResource.Update
Enclosing interface:
ServiceTopologyResource.UpdateStages

public static interface ServiceTopologyResource.UpdateStages.WithArtifactSourceId
The stage of the ServiceTopologyResource update allowing to specify artifactSourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withArtifactSourceId(String artifactSourceId)
    Specifies the artifactSourceId property: The resource Id of the artifact source that contains the artifacts that can be referenced in the service units..
  • Method Details

    • withArtifactSourceId

      ServiceTopologyResource.Update withArtifactSourceId(String artifactSourceId)
      Specifies the artifactSourceId property: The resource Id of the artifact source that contains the artifacts that can be referenced in the service units..
      Parameters:
      artifactSourceId - The resource Id of the artifact source that contains the artifacts that can be referenced in the service units.
      Returns:
      the next definition stage.