public final class FlowLogFormatParameters extends Object
| Constructor and Description |
|---|
FlowLogFormatParameters() |
| Modifier and Type | Method and Description |
|---|---|
FlowLogFormatType |
type()
Get the type property: The file type of flow log.
|
void |
validate()
Validates the instance.
|
Integer |
version()
Get the version property: The version (revision) of the flow log.
|
FlowLogFormatParameters |
withType(FlowLogFormatType type)
Set the type property: The file type of flow log.
|
FlowLogFormatParameters |
withVersion(Integer version)
Set the version property: The version (revision) of the flow log.
|
public FlowLogFormatType type()
public FlowLogFormatParameters withType(FlowLogFormatType type)
type - the type value to set.public Integer version()
public FlowLogFormatParameters withVersion(Integer version)
version - the version value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.