ResourceAnchor.DefinitionStages.WithProperties Interface

public static interface ResourceAnchor.DefinitionStages.WithProperties

The stage of the ResourceAnchor definition allowing to specify properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(ResourceAnchorProperties properties)

Specifies the properties property: The resource-specific properties for this resource..

Method Details

withProperties

public abstract ResourceAnchor.DefinitionStages.WithCreate withProperties(ResourceAnchorProperties properties)

Specifies the properties property: The resource-specific properties for this resource..

Parameters:

properties - The resource-specific properties for this resource.

Returns:

the next definition stage.

Applies to