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