CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
, SdkBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
public static interface GetPipelineDefinitionResponse.Builder extends CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
Modifier and Type | Method | Description |
---|---|---|
GetPipelineDefinitionResponse.Builder |
parameterObjects(Collection<ParameterObject> parameterObjects) |
The parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterObjects(ParameterObject... parameterObjects) |
The parameter objects used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterValues(Collection<ParameterValue> parameterValues) |
The parameter values used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
parameterValues(ParameterValue... parameterValues) |
The parameter values used in the pipeline definition.
|
GetPipelineDefinitionResponse.Builder |
pipelineObjects(Collection<PipelineObject> pipelineObjects) |
The objects defined in the pipeline.
|
GetPipelineDefinitionResponse.Builder |
pipelineObjects(PipelineObject... pipelineObjects) |
The objects defined in the pipeline.
|
copy
apply, build
GetPipelineDefinitionResponse.Builder pipelineObjects(Collection<PipelineObject> pipelineObjects)
The objects defined in the pipeline.
pipelineObjects
- The objects defined in the pipeline.GetPipelineDefinitionResponse.Builder pipelineObjects(PipelineObject... pipelineObjects)
The objects defined in the pipeline.
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 defined in the pipeline.GetPipelineDefinitionResponse.Builder parameterObjects(Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
parameterObjects
- The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.
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 in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterValues(Collection<ParameterValue> parameterValues)
The parameter values used in the pipeline definition.
parameterValues
- The parameter values used in the pipeline definition.GetPipelineDefinitionResponse.Builder parameterValues(ParameterValue... parameterValues)
The parameter values used in the pipeline definition.
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 in the pipeline definition.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.