Interface GetPipelineDefinitionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetPipelineDefinitionResponse.Builder,,GetPipelineDefinitionResponse> DataPipelineResponse.Builder,SdkBuilder<GetPipelineDefinitionResponse.Builder,,GetPipelineDefinitionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetPipelineDefinitionResponse
- 
Method Summary
Modifier and TypeMethodDescriptionparameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects) The parameter objects used in the pipeline definition.parameterObjects(ParameterObject... parameterObjects) The parameter objects used in the pipeline definition.parameterValues(Collection<ParameterValue> parameterValues) The parameter values used in the pipeline definition.parameterValues(Consumer<ParameterValue.Builder>... parameterValues) The parameter values used in the pipeline definition.parameterValues(ParameterValue... parameterValues) The parameter values used in the pipeline definition.pipelineObjects(Collection<PipelineObject> pipelineObjects) The objects defined in the pipeline.pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects) The objects defined in the pipeline.pipelineObjects(PipelineObject... pipelineObjects) The objects defined in the pipeline.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
pipelineObjects
The objects defined in the pipeline.
- Parameters:
 pipelineObjects- The objects defined in the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineObjects
The objects defined in the pipeline.
- Parameters:
 pipelineObjects- The objects defined in the pipeline.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pipelineObjects
GetPipelineDefinitionResponse.Builder pipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects) The objects defined in the pipeline.
This is a convenience method that creates an instance of thePipelineObject.Builderavoiding the need to create one manually viaPipelineObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineObjects(List<PipelineObject>).- Parameters:
 pipelineObjects- a consumer that will call methods onPipelineObject.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
parameterObjects
GetPipelineDefinitionResponse.Builder parameterObjects(Collection<ParameterObject> parameterObjects) The parameter objects used in the pipeline definition.
- Parameters:
 parameterObjects- The parameter objects used in the pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterObjects
The parameter objects used in the pipeline definition.
- Parameters:
 parameterObjects- The parameter objects used in the pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterObjects
GetPipelineDefinitionResponse.Builder parameterObjects(Consumer<ParameterObject.Builder>... parameterObjects) The parameter objects used in the pipeline definition.
This is a convenience method that creates an instance of theParameterObject.Builderavoiding the need to create one manually viaParameterObject.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterObjects(List<ParameterObject>).- Parameters:
 parameterObjects- a consumer that will call methods onParameterObject.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
parameterValues
The parameter values used in the pipeline definition.
- Parameters:
 parameterValues- The parameter values used in the pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterValues
The parameter values used in the pipeline definition.
- Parameters:
 parameterValues- The parameter values used in the pipeline definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameterValues
GetPipelineDefinitionResponse.Builder parameterValues(Consumer<ParameterValue.Builder>... parameterValues) The parameter values used in the pipeline definition.
This is a convenience method that creates an instance of theParameterValue.Builderavoiding the need to create one manually viaParameterValue.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toparameterValues(List<ParameterValue>).- Parameters:
 parameterValues- a consumer that will call methods onParameterValue.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -