Class TrafficAnalyticsPropertiesResponse.Builder
- java.lang.Object
-
- com.pulumi.azurenative.network.outputs.TrafficAnalyticsPropertiesResponse.Builder
-
- Enclosing class:
- TrafficAnalyticsPropertiesResponse
public static final class TrafficAnalyticsPropertiesResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(TrafficAnalyticsPropertiesResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrafficAnalyticsPropertiesResponse
build()
TrafficAnalyticsPropertiesResponse.Builder
networkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationPropertiesResponse networkWatcherFlowAnalyticsConfiguration)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(TrafficAnalyticsPropertiesResponse defaults)
-
-
Method Detail
-
networkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsPropertiesResponse.Builder networkWatcherFlowAnalyticsConfiguration(@Nullable TrafficAnalyticsConfigurationPropertiesResponse networkWatcherFlowAnalyticsConfiguration)
-
build
public TrafficAnalyticsPropertiesResponse build()
-
-