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