public class UpdateConfigurationOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateConfigurationOptions.Builder
Builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
configurationId()
Gets the configurationId. 
 | 
Conversions | 
conversions()
Gets the conversions. 
 | 
java.lang.String | 
description()
Gets the description. 
 | 
java.util.List<Enrichment> | 
enrichments()
Gets the enrichments. 
 | 
java.lang.String | 
environmentId()
Gets the environmentId. 
 | 
java.lang.String | 
name()
Gets the name. 
 | 
UpdateConfigurationOptions.Builder | 
newBuilder()
New builder. 
 | 
java.util.List<NormalizationOperation> | 
normalizations()
Gets the normalizations. 
 | 
Source | 
source()
Gets the source. 
 | 
equals, hashCode, toStringpublic UpdateConfigurationOptions.Builder newBuilder()
public java.lang.String environmentId()
public java.lang.String configurationId()
public java.lang.String name()
public java.lang.String description()
public Conversions conversions()
public java.util.List<Enrichment> enrichments()
public java.util.List<NormalizationOperation> normalizations()
public Source source()