Builder<SignerConfig>public class SignerConfigJsonHelper extends Object implements Builder<SignerConfig>
SignerConfig after this class per se has been
unmarshalled from JSON. This class allows us to make use of Jackson without the need to write any
special parser or json marshaller/unmarshaller.| Constructor | Description |
|---|---|
SignerConfigJsonHelper() |
|
SignerConfigJsonHelper(String signerType) |
| Modifier and Type | Method | Description |
|---|---|---|
SignerConfig |
build() |
|
String |
getSignerType() |
|
void |
setSignerType(String signerType) |
public SignerConfigJsonHelper()
public SignerConfigJsonHelper(String signerType)
public String getSignerType()
public void setSignerType(String signerType)
public SignerConfig build()
build in interface Builder<SignerConfig>Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.