public static final class XmlElement.Builder extends Object
XmlElement
.Modifier and Type | Method and Description |
---|---|
XmlElement.Builder |
addChildElement(XmlElement childElement) |
XmlElement |
build() |
XmlElement.Builder |
elementName(String elementName) |
XmlElement.Builder |
textContent(String textContent) |
public XmlElement.Builder elementName(String elementName)
public XmlElement.Builder addChildElement(XmlElement childElement)
public XmlElement.Builder textContent(String textContent)
public XmlElement build()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.