@Generated(value="io.sphere.sdk.annotations.processors.generators.HasBuilderGenerator", comments="Generated from: io.sphere.sdk.extensions.AzureFunctionsAuthentication") public final class AzureFunctionsAuthenticationBuilder extends Base implements Builder<AzureFunctionsAuthentication>
AzureFunctionsAuthentication.| Modifier and Type | Method and Description |
|---|---|
AzureFunctionsAuthentication |
build()
Creates a new instance of
AzureFunctionsAuthentication with the values of this builder. |
AzureFunctionsAuthenticationBuilder |
key(String key)
Sets the
key property of this builder. |
static AzureFunctionsAuthenticationBuilder |
of(AzureFunctionsAuthentication template)
Creates a new object initialized with the fields of the template parameter.
|
static AzureFunctionsAuthenticationBuilder |
of(String key)
Creates a new object initialized with the given values.
|
public AzureFunctionsAuthenticationBuilder key(String key)
key property of this builder.key - the value for AzureFunctionsAuthentication.getKey()public AzureFunctionsAuthentication build()
AzureFunctionsAuthentication with the values of this builder.build in interface Builder<AzureFunctionsAuthentication>public static AzureFunctionsAuthenticationBuilder of(String key)
key - initial value for the AzureFunctionsAuthentication.getKey() propertypublic static AzureFunctionsAuthenticationBuilder of(AzureFunctionsAuthentication template)
template - the template