AssemblyDefinitionInner Class

public final class AssemblyDefinitionInner
extends Resource

The assembly definition.

Constructor Summary

Constructor Description
AssemblyDefinitionInner()

Creates an instance of AssemblyDefinitionInner class.

Method Summary

Modifier and Type Method and Description
AssemblyProperties properties()

Get the properties property: The assembly properties.

void validate()

Validates the instance.

AssemblyDefinitionInner withLocation(String location)
AssemblyDefinitionInner withProperties(AssemblyProperties properties)

Set the properties property: The assembly properties.

AssemblyDefinitionInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

AssemblyDefinitionInner

public AssemblyDefinitionInner()

Creates an instance of AssemblyDefinitionInner class.

Method Details

properties

public AssemblyProperties properties()

Get the properties property: The assembly properties.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withLocation

public AssemblyDefinitionInner withLocation(String location)

Overrides:

AssemblyDefinitionInner.withLocation(String location)

Parameters:

location

withProperties

public AssemblyDefinitionInner withProperties(AssemblyProperties properties)

Set the properties property: The assembly properties.

Parameters:

properties - the properties value to set.

Returns:

the AssemblyDefinitionInner object itself.

withTags

public AssemblyDefinitionInner withTags(Map tags)

Overrides:

AssemblyDefinitionInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to