CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
, SdkBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
public static interface PutPipelineDefinitionRequest.Builder extends CopyableBuilder<PutPipelineDefinitionRequest.Builder,PutPipelineDefinitionRequest>
Modifier and Type | Method | Description |
---|---|---|
PutPipelineDefinitionRequest.Builder |
parameterObjects(Collection<ParameterObject> parameterObjects) |
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest.Builder |
parameterObjects(ParameterObject... parameterObjects) |
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest.Builder |
parameterValues(Collection<ParameterValue> parameterValues) |
The parameter values used with the pipeline.
|
PutPipelineDefinitionRequest.Builder |
parameterValues(ParameterValue... parameterValues) |
The parameter values used with the pipeline.
|
PutPipelineDefinitionRequest.Builder |
pipelineId(String pipelineId) |
The ID of the pipeline.
|
PutPipelineDefinitionRequest.Builder |
pipelineObjects(Collection<PipelineObject> pipelineObjects) |
The objects that define the pipeline.
|
PutPipelineDefinitionRequest.Builder |
pipelineObjects(PipelineObject... pipelineObjects) |
The objects that define the pipeline.
|
copy
apply, build
PutPipelineDefinitionRequest.Builder pipelineId(String pipelineId)
The ID of the pipeline.
pipelineId
- The ID of the pipeline.PutPipelineDefinitionRequest.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
pipelineObjects
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.PutPipelineDefinitionRequest.Builder pipelineObjects(PipelineObject... pipelineObjects)
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
NOTE: This method appends the values to the existing list (if any). Use
#setPipelineObjects(java.util.Collection)
or #withPipelineObjects(java.util.Collection)
if
you want to override the existing values.
pipelineObjects
- The objects that define the pipeline. These objects overwrite the existing pipeline definition.PutPipelineDefinitionRequest.Builder parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
parameterObjects
- The parameter objects used with the pipeline.PutPipelineDefinitionRequest.Builder parameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterObjects(java.util.Collection)
or #withParameterObjects(java.util.Collection)
if
you want to override the existing values.
parameterObjects
- The parameter objects used with the pipeline.PutPipelineDefinitionRequest.Builder parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used with the pipeline.
parameterValues
- The parameter values used with the pipeline.PutPipelineDefinitionRequest.Builder parameterValues(ParameterValue... parameterValues)
The parameter values used with the pipeline.
NOTE: This method appends the values to the existing list (if any). Use
#setParameterValues(java.util.Collection)
or #withParameterValues(java.util.Collection)
if
you want to override the existing values.
parameterValues
- The parameter values used with the pipeline.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.