@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PipelineBlueprint extends Object implements Serializable, Cloneable, StructuredPojo
Container for information about an OpenSearch Ingestion blueprint.
| Constructor and Description |
|---|
PipelineBlueprint() |
| Modifier and Type | Method and Description |
|---|---|
PipelineBlueprint |
clone() |
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint.
|
String |
getPipelineConfigurationBody()
The YAML configuration of the blueprint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setBlueprintName(String blueprintName)
The name of the blueprint.
|
void |
setPipelineConfigurationBody(String pipelineConfigurationBody)
The YAML configuration of the blueprint.
|
String |
toString()
Returns a string representation of this object.
|
PipelineBlueprint |
withBlueprintName(String blueprintName)
The name of the blueprint.
|
PipelineBlueprint |
withPipelineConfigurationBody(String pipelineConfigurationBody)
The YAML configuration of the blueprint.
|
public void setBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.public String getBlueprintName()
The name of the blueprint.
public PipelineBlueprint withBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName - The name of the blueprint.public void setPipelineConfigurationBody(String pipelineConfigurationBody)
The YAML configuration of the blueprint.
pipelineConfigurationBody - The YAML configuration of the blueprint.public String getPipelineConfigurationBody()
The YAML configuration of the blueprint.
public PipelineBlueprint withPipelineConfigurationBody(String pipelineConfigurationBody)
The YAML configuration of the blueprint.
pipelineConfigurationBody - The YAML configuration of the blueprint.public String toString()
toString in class ObjectObject.toString()public PipelineBlueprint clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.