BuilderResourceInner Class

public final class BuilderResourceInner
extends ProxyResource

KPack Builder resource.

Constructor Summary

Constructor Description
BuilderResourceInner()

Creates an instance of BuilderResourceInner class.

Method Summary

Modifier and Type Method and Description
BuilderProperties properties()

Get the properties property: Property of the Builder resource.

SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

void validate()

Validates the instance.

BuilderResourceInner withProperties(BuilderProperties properties)

Set the properties property: Property of the Builder resource.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

BuilderResourceInner

public BuilderResourceInner()

Creates an instance of BuilderResourceInner class.

Method Details

properties

public BuilderProperties properties()

Get the properties property: Property of the Builder resource.

Returns:

the properties value.

systemData

public SystemData systemData()

Get the systemData property: Metadata pertaining to creation and last modification of the resource.

Returns:

the systemData value.

validate

public void validate()

Validates the instance.

withProperties

public BuilderResourceInner withProperties(BuilderProperties properties)

Set the properties property: Property of the Builder resource.

Parameters:

properties - the properties value to set.

Returns:

the BuilderResourceInner object itself.

Applies to