@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AggregationConfig extends Object implements Serializable, Cloneable, StructuredPojo
The aggregation settings that you can use to customize the output format of your flow data.
Constructor and Description |
---|
AggregationConfig() |
Modifier and Type | Method and Description |
---|---|
AggregationConfig |
clone() |
boolean |
equals(Object obj) |
String |
getAggregationType()
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
String |
toString()
Returns a string representation of this object.
|
AggregationConfig |
withAggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
AggregationConfig |
withAggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
|
public void setAggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
aggregationType
- Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them
unaggregated.AggregationType
public String getAggregationType()
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
AggregationType
public AggregationConfig withAggregationType(String aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
aggregationType
- Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them
unaggregated.AggregationType
public AggregationConfig withAggregationType(AggregationType aggregationType)
Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them unaggregated.
aggregationType
- Specifies whether Amazon AppFlow aggregates the flow records into a single file, or leave them
unaggregated.AggregationType
public String toString()
toString
in class Object
Object.toString()
public AggregationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.