Interface RolloutRequest.UpdateStages.WithArtifactSourceId

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

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

    Modifier and Type
    Method
    Description
    withArtifactSourceId(String artifactSourceId)
    Specifies the artifactSourceId property: The reference to the artifact source resource Id where the payload is located..
  • Method Details

    • withArtifactSourceId

      RolloutRequest.Update withArtifactSourceId(String artifactSourceId)
      Specifies the artifactSourceId property: The reference to the artifact source resource Id where the payload is located..
      Parameters:
      artifactSourceId - The reference to the artifact source resource Id where the payload is located.
      Returns:
      the next definition stage.