Class GatewayPatchTemplateAuthenticationKey.Builder
- java.lang.Object
-
- com.ibm.cloud.networking.direct_link.v1.model.GatewayPatchTemplateAuthenticationKey.Builder
-
- Enclosing class:
- GatewayPatchTemplateAuthenticationKey
public static class GatewayPatchTemplateAuthenticationKey.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayPatchTemplateAuthenticationKey
build()
Builds a GatewayPatchTemplateAuthenticationKey.GatewayPatchTemplateAuthenticationKey.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 GatewayPatchTemplateAuthenticationKey build()
Builds a GatewayPatchTemplateAuthenticationKey.- Returns:
- the new GatewayPatchTemplateAuthenticationKey instance
-
crn
public GatewayPatchTemplateAuthenticationKey.Builder crn(String crn)
Set the crn.- Parameters:
crn
- the crn- Returns:
- the GatewayPatchTemplateAuthenticationKey builder
-
-