Interface GetPipelineDefinitionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>,DataPipelineResponse.Builder,SdkBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetPipelineDefinitionResponse
public static interface GetPipelineDefinitionResponse.Builder extends DataPipelineResponse.Builder, SdkPojo, CopyableBuilder<GetPipelineDefinitionResponse.Builder,GetPipelineDefinitionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPipelineDefinitionResponse.BuilderparameterObjects(Collection<ParameterObject> parameterObjects)The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.BuilderparameterObjects(Consumer<ParameterObject.Builder>... parameterObjects)The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.BuilderparameterObjects(ParameterObject... parameterObjects)The parameter objects used in the pipeline definition.GetPipelineDefinitionResponse.BuilderparameterValues(Collection<ParameterValue> parameterValues)The parameter values used in the pipeline definition.GetPipelineDefinitionResponse.BuilderparameterValues(Consumer<ParameterValue.Builder>... parameterValues)The parameter values used in the pipeline definition.GetPipelineDefinitionResponse.BuilderparameterValues(ParameterValue... parameterValues)The parameter values used in the pipeline definition.GetPipelineDefinitionResponse.BuilderpipelineObjects(Collection<PipelineObject> pipelineObjects)The objects defined in the pipeline.GetPipelineDefinitionResponse.BuilderpipelineObjects(Consumer<PipelineObject.Builder>... pipelineObjects)The objects defined in the pipeline.GetPipelineDefinitionResponse.BuilderpipelineObjects(PipelineObject... pipelineObjects)The objects defined in the pipeline.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datapipeline.model.DataPipelineResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
pipelineObjects
GetPipelineDefinitionResponse.Builder pipelineObjects(Collection<PipelineObject> 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(PipelineObject... 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 to#pipelineObjects(List.) - 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:
#pipelineObjects(java.util.Collection)
-
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
GetPipelineDefinitionResponse.Builder parameterObjects(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
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 to#parameterObjects(List.) - 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:
#parameterObjects(java.util.Collection)
-
parameterValues
GetPipelineDefinitionResponse.Builder parameterValues(Collection<ParameterValue> 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(ParameterValue... 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 to#parameterValues(List.) - 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:
#parameterValues(java.util.Collection)
-
-