Class GatewayTemplateAuthenticationKey.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayTemplateAuthenticationKey.Builder
-
- Enclosing class:
- GatewayTemplateAuthenticationKey
public static class GatewayTemplateAuthenticationKey.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayTemplateAuthenticationKey
build()
Builds a GatewayTemplateAuthenticationKey.GatewayTemplateAuthenticationKey.Builder
crn(String crn)
Set the crn.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String crn)
Instantiates a new builder with required properties.- Parameters:
crn
- the crn
-
-
Method Detail
-
build
public GatewayTemplateAuthenticationKey build()
Builds a GatewayTemplateAuthenticationKey.- Returns:
- the new GatewayTemplateAuthenticationKey instance
-
crn
public GatewayTemplateAuthenticationKey.Builder crn(String crn)
Set the crn.- Parameters:
crn
- the crn- Returns:
- the GatewayTemplateAuthenticationKey builder
-
-