Class TrafficAnalyticsConfigurationProperties


  • public class TrafficAnalyticsConfigurationProperties
    extends Object
    Parameters that define the configuration of traffic analytics.
    • Constructor Detail

      • TrafficAnalyticsConfigurationProperties

        public TrafficAnalyticsConfigurationProperties()
    • Method Detail

      • enabled

        public boolean enabled()
        Get the enabled value.
        Returns:
        the enabled value
      • withEnabled

        public TrafficAnalyticsConfigurationProperties withEnabled​(boolean enabled)
        Set the enabled value.
        Parameters:
        enabled - the enabled value to set
        Returns:
        the TrafficAnalyticsConfigurationProperties object itself.
      • workspaceId

        public String workspaceId()
        Get the workspaceId value.
        Returns:
        the workspaceId value
      • withWorkspaceId

        public TrafficAnalyticsConfigurationProperties withWorkspaceId​(String workspaceId)
        Set the workspaceId value.
        Parameters:
        workspaceId - the workspaceId value to set
        Returns:
        the TrafficAnalyticsConfigurationProperties object itself.
      • workspaceRegion

        public String workspaceRegion()
        Get the workspaceRegion value.
        Returns:
        the workspaceRegion value
      • withWorkspaceRegion

        public TrafficAnalyticsConfigurationProperties withWorkspaceRegion​(String workspaceRegion)
        Set the workspaceRegion value.
        Parameters:
        workspaceRegion - the workspaceRegion value to set
        Returns:
        the TrafficAnalyticsConfigurationProperties object itself.
      • workspaceResourceId

        public String workspaceResourceId()
        Get the workspaceResourceId value.
        Returns:
        the workspaceResourceId value
      • withWorkspaceResourceId

        public TrafficAnalyticsConfigurationProperties withWorkspaceResourceId​(String workspaceResourceId)
        Set the workspaceResourceId value.
        Parameters:
        workspaceResourceId - the workspaceResourceId value to set
        Returns:
        the TrafficAnalyticsConfigurationProperties object itself.