Package | Description |
---|---|
com.amazonaws.services.datapipeline.model | |
com.amazonaws.services.datapipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ParameterObject> |
ValidatePipelineDefinitionRequest.parameterObjects
The parameter objects used with the pipeline.
|
private SdkInternalList<ParameterObject> |
PutPipelineDefinitionRequest.parameterObjects
The parameter objects used with the pipeline.
|
private SdkInternalList<ParameterObject> |
GetPipelineDefinitionResult.parameterObjects
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObject.clone() |
ParameterObject |
ParameterObject.withAttributes(java.util.Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withId(java.lang.String id)
The ID of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ParameterObject> |
ValidatePipelineDefinitionRequest.getParameterObjects()
The parameter objects used with the pipeline.
|
java.util.List<ParameterObject> |
PutPipelineDefinitionRequest.getParameterObjects()
The parameter objects used with the pipeline.
|
java.util.List<ParameterObject> |
GetPipelineDefinitionResult.getParameterObjects()
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used with the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withParameterObjects(ParameterObject... parameterObjects)
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePipelineDefinitionRequest.setParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
void |
PutPipelineDefinitionRequest.setParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
void |
GetPipelineDefinitionResult.setParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
ValidatePipelineDefinitionRequest |
ValidatePipelineDefinitionRequest.withParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
PutPipelineDefinitionRequest |
PutPipelineDefinitionRequest.withParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used with the pipeline.
|
GetPipelineDefinitionResult |
GetPipelineDefinitionResult.withParameterObjects(java.util.Collection<ParameterObject> parameterObjects)
The parameter objects used in the pipeline definition.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObjectJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ParameterObjectJsonMarshaller.marshall(ParameterObject parameterObject,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|