Package | Description |
---|---|
com.amazonaws.services.datapipeline.model |
Modifier and Type | Method and Description |
---|---|
ParameterAttribute |
ParameterAttribute.clone() |
ParameterAttribute |
ParameterAttribute.withKey(String key)
The field identifier.
|
ParameterAttribute |
ParameterAttribute.withStringValue(String stringValue)
The field value, expressed as a String.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterAttribute> |
ParameterObject.getAttributes()
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
ParameterObject |
ParameterObject.withAttributes(ParameterAttribute... attributes)
The attributes of the parameter object.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterObject.setAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
ParameterObject |
ParameterObject.withAttributes(Collection<ParameterAttribute> attributes)
The attributes of the parameter object.
|
Copyright © 2018. All rights reserved.