Package com.vmware.nsx_policy.model
Class LoginLogoutEventCollection.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LoginLogoutEventCollection.Builder
-
- Enclosing class:
- LoginLogoutEventCollection
public static final class LoginLogoutEventCollection.Builder extends java.lang.ObjectBuilder class forLoginLogoutEventCollection.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofLoginLogoutEventCollection.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginLogoutEventCollectionbuild()LoginLogoutEventCollection.BuildersetLoginLogoutEvents(java.util.List<LoginLogoutEventMap> loginLogoutEvents)Set of user to IP address pair
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLoginLogoutEventCollection.
-
-
Method Detail
-
setLoginLogoutEvents
public LoginLogoutEventCollection.Builder setLoginLogoutEvents(java.util.List<LoginLogoutEventMap> loginLogoutEvents)
Set of user to IP address pair- Parameters:
loginLogoutEvents- New value for the property.
-
build
public LoginLogoutEventCollection build()
-
-