@Generated(value="software.amazon.awssdk:codegen") public final class PropertyGroup extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PropertyGroup.Builder,PropertyGroup>
Property key-value pairs passed into a Java-based Kinesis Data Analytics application.
Modifier and Type | Class and Description |
---|---|
static interface |
PropertyGroup.Builder |
Modifier and Type | Method and Description |
---|---|
static PropertyGroup.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
propertyGroupId()
Describes the key of an application execution property key-value pair.
|
Map<String,String> |
propertyMap()
Describes the value of an application execution property key-value pair.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PropertyGroup.Builder> |
serializableBuilderClass() |
PropertyGroup.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String propertyGroupId()
Describes the key of an application execution property key-value pair.
public Map<String,String> propertyMap()
Describes the value of an application execution property key-value pair.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public PropertyGroup.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PropertyGroup.Builder,PropertyGroup>
public static PropertyGroup.Builder builder()
public static Class<? extends PropertyGroup.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.