Package com.vmware.nsx_policy.model
Class LBJwtCertificateKey.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.LBJwtCertificateKey.Builder
-
- Enclosing class:
- LBJwtCertificateKey
public static final class LBJwtCertificateKey.Builder extends java.lang.Object
Builder class forLBJwtCertificateKey
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofLBJwtCertificateKey
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LBJwtCertificateKey
build()
LBJwtCertificateKey.Builder
setCertificatePath(java.lang.String certificatePath)
Certificate identifier
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofLBJwtCertificateKey
.
-
-
Method Detail
-
setCertificatePath
public LBJwtCertificateKey.Builder setCertificatePath(java.lang.String certificatePath)
Certificate identifier- Parameters:
certificatePath
- New value for the property.
-
build
public LBJwtCertificateKey build()
-
-