AWS SDK for .NET Documentation
PutPipelineDefinitionRequest Class
AmazonAmazon.DataPipeline.ModelPutPipelineDefinitionRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the PutPipelineDefinition operation.

Adds tasks, schedules, and preconditions that control the behavior of the pipeline. You can use PutPipelineDefinition to populate a new pipeline or to update an existing pipeline that has not yet been activated.

PutPipelineDefinition also validates the configuration as it adds it to the pipeline. Changes to the pipeline are saved unless one of the following three validation errors exists in the pipeline.

  1. An object is missing a name or identifier field.
  2. A string or reference field is empty.
  3. The number of objects in the pipeline exceeds the maximum allowed objects.

Pipeline object definitions are passed to the PutPipelineDefinition action and returned by the GetPipelineDefinition action.

Declaration Syntax
C#
public class PutPipelineDefinitionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PutPipelineDefinitionRequest()()()()
Initializes a new instance of the PutPipelineDefinitionRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
PipelineId
The identifier of the pipeline to be configured.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


PipelineObjects
The objects that define the pipeline. These will overwrite the existing pipeline definition.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithPipelineObjects(array<PipelineObject>[]()[][]) Obsolete.
Adds elements to the PipelineObjects collection

WithPipelineObjects(IEnumerable<(Of <<'(PipelineObject>)>>)) Obsolete.
Adds elements to the PipelineObjects collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 PutPipelineDefinitionRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)