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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayActionTemplateAuthenticationKey
build()
Builds a GatewayActionTemplateAuthenticationKey.GatewayActionTemplateAuthenticationKey.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 GatewayActionTemplateAuthenticationKey build()
Builds a GatewayActionTemplateAuthenticationKey.- Returns:
- the new GatewayActionTemplateAuthenticationKey instance
-
crn
public GatewayActionTemplateAuthenticationKey.Builder crn(String crn)
Set the crn.- Parameters:
crn
- the crn- Returns:
- the GatewayActionTemplateAuthenticationKey builder
-
-