Package com.ibm.cloud.is.vpc.v1.model
Class VPNServerAuthenticationByUsernameIdProviderByIAM.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.VPNServerAuthenticationByUsernameIdProviderByIAM.Builder
-
- Enclosing class:
- VPNServerAuthenticationByUsernameIdProviderByIAM
public static class VPNServerAuthenticationByUsernameIdProviderByIAM.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.Builder(VPNServerAuthenticationByUsernameIdProvider vpnServerAuthenticationByUsernameIdProviderByIam)
Instantiates a new Builder from an existing VPNServerAuthenticationByUsernameIdProviderByIAM instance.Builder(String providerType)
Instantiates a new builder with required properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VPNServerAuthenticationByUsernameIdProviderByIAM
build()
Builds a VPNServerAuthenticationByUsernameIdProviderByIAM.VPNServerAuthenticationByUsernameIdProviderByIAM.Builder
providerType(String providerType)
Set the providerType.
-
-
-
Constructor Detail
-
Builder
public Builder(VPNServerAuthenticationByUsernameIdProvider vpnServerAuthenticationByUsernameIdProviderByIam)
Instantiates a new Builder from an existing VPNServerAuthenticationByUsernameIdProviderByIAM instance.- Parameters:
vpnServerAuthenticationByUsernameIdProviderByIam
- the instance to initialize the Builder with
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String providerType)
Instantiates a new builder with required properties.- Parameters:
providerType
- the providerType
-
-
Method Detail
-
build
public VPNServerAuthenticationByUsernameIdProviderByIAM build()
Builds a VPNServerAuthenticationByUsernameIdProviderByIAM.- Returns:
- the new VPNServerAuthenticationByUsernameIdProviderByIAM instance
-
providerType
public VPNServerAuthenticationByUsernameIdProviderByIAM.Builder providerType(String providerType)
Set the providerType.- Parameters:
providerType
- the providerType- Returns:
- the VPNServerAuthenticationByUsernameIdProviderByIAM builder
-
-