SupportedBuildpackResourceProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.SupportedBuildpackResourceProperties

public final class SupportedBuildpackResourceProperties

Supported buildpack resource properties.

Constructor Summary

Constructor Description
SupportedBuildpackResourceProperties()

Creates an instance of SupportedBuildpackResourceProperties class.

Method Summary

Modifier and Type Method and Description
String buildpackId()

Get the buildpackId property: The id of supported buildpack.

void validate()

Validates the instance.

SupportedBuildpackResourceProperties withBuildpackId(String buildpackId)

Set the buildpackId property: The id of supported buildpack.

Methods inherited from java.lang.Object

Constructor Details

SupportedBuildpackResourceProperties

public SupportedBuildpackResourceProperties()

Creates an instance of SupportedBuildpackResourceProperties class.

Method Details

buildpackId

public String buildpackId()

Get the buildpackId property: The id of supported buildpack.

Returns:

the buildpackId value.

validate

public void validate()

Validates the instance.

withBuildpackId

public SupportedBuildpackResourceProperties withBuildpackId(String buildpackId)

Set the buildpackId property: The id of supported buildpack.

Parameters:

buildpackId - the buildpackId value to set.

Returns:

the SupportedBuildpackResourceProperties object itself.

Applies to