Package com.vmware.nsx_policy.model
Class RelatedAttribute.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.RelatedAttribute.Builder
-
- Enclosing class:
- RelatedAttribute
public static final class RelatedAttribute.Builder extends java.lang.ObjectBuilder class forRelatedAttribute.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofRelatedAttribute.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RelatedAttributebuild()RelatedAttribute.BuildersetAttribute(java.lang.String attribute)Related attribute name on the target entity.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofRelatedAttribute.
-
-
Method Detail
-
setAttribute
public RelatedAttribute.Builder setAttribute(java.lang.String attribute)
Related attribute name on the target entity.- Parameters:
attribute- New value for the property.
-
build
public RelatedAttribute build()
-
-