| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroup |
PropertyGroup.addPropertyMapEntry(String key,
String value) |
PropertyGroup |
PropertyGroup.clearPropertyMapEntries()
Removes all the entries added into PropertyMap.
|
PropertyGroup |
PropertyGroup.clone() |
PropertyGroup |
PropertyGroup.withPropertyGroupId(String propertyGroupId)
Describes the key of an application execution property key-value pair.
|
PropertyGroup |
PropertyGroup.withPropertyMap(Map<String,String> propertyMap)
Describes the value of an application execution property key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyGroup> |
EnvironmentPropertyDescriptions.getPropertyGroupDescriptions()
Describes the execution property groups.
|
List<PropertyGroup> |
EnvironmentProperties.getPropertyGroups()
Describes the execution property groups.
|
List<PropertyGroup> |
EnvironmentPropertyUpdates.getPropertyGroups()
Describes updates to the execution property groups.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPropertyDescriptions |
EnvironmentPropertyDescriptions.withPropertyGroupDescriptions(PropertyGroup... propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentProperties |
EnvironmentProperties.withPropertyGroups(PropertyGroup... propertyGroups)
Describes the execution property groups.
|
EnvironmentPropertyUpdates |
EnvironmentPropertyUpdates.withPropertyGroups(PropertyGroup... propertyGroups)
Describes updates to the execution property groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnvironmentPropertyDescriptions.setPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
void |
EnvironmentProperties.setPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes the execution property groups.
|
void |
EnvironmentPropertyUpdates.setPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
EnvironmentPropertyDescriptions |
EnvironmentPropertyDescriptions.withPropertyGroupDescriptions(Collection<PropertyGroup> propertyGroupDescriptions)
Describes the execution property groups.
|
EnvironmentProperties |
EnvironmentProperties.withPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes the execution property groups.
|
EnvironmentPropertyUpdates |
EnvironmentPropertyUpdates.withPropertyGroups(Collection<PropertyGroup> propertyGroups)
Describes updates to the execution property groups.
|
Copyright © 2019. All rights reserved.