Interface RolloutRequest.DefinitionStages.WithArtifactSourceId

All Known Subinterfaces:
RolloutRequest.Definition, RolloutRequest.DefinitionStages.WithCreate
Enclosing interface:
RolloutRequest.DefinitionStages

public static interface RolloutRequest.DefinitionStages.WithArtifactSourceId
The stage of the RolloutRequest definition allowing to specify artifactSourceId.
  • Method Details

    • withArtifactSourceId

      RolloutRequest.DefinitionStages.WithCreate 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.