Class InferredNodeProps.Builder
- java.lang.Object
-
- software.aws.awsprototypingsdk.cdkgraph.InferredNodeProps.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<InferredNodeProps>
- Enclosing interface:
- InferredNodeProps
@Stability(Experimental) public static final class InferredNodeProps.Builder extends Object implements software.amazon.jsii.Builder<InferredNodeProps>
A builder forInferredNodeProps
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dependencies
@Stability(Experimental) public InferredNodeProps.Builder dependencies(List<String> dependencies)
Sets the value ofInferredNodeProps.getDependencies()- Parameters:
dependencies- the value to be set. This parameter is required.- Returns:
this
-
unresolvedReferences
@Stability(Experimental) public InferredNodeProps.Builder unresolvedReferences(List<? extends SGUnresolvedReference> unresolvedReferences)
Sets the value ofInferredNodeProps.getUnresolvedReferences()- Parameters:
unresolvedReferences- the value to be set. This parameter is required.- Returns:
this
-
cfnType
@Stability(Experimental) public InferredNodeProps.Builder cfnType(String cfnType)
Sets the value ofInferredNodeProps.getCfnType()- Parameters:
cfnType- the value to be set.- Returns:
this
-
constructInfo
@Stability(Experimental) public InferredNodeProps.Builder constructInfo(ConstructInfo constructInfo)
Sets the value ofInferredNodeProps.getConstructInfo()- Parameters:
constructInfo- the value to be set.- Returns:
this
-
logicalId
@Stability(Experimental) public InferredNodeProps.Builder logicalId(String logicalId)
Sets the value ofInferredNodeProps.getLogicalId()- Parameters:
logicalId- the value to be set.- Returns:
this
-
uuid
@Stability(Experimental) public InferredNodeProps.Builder uuid(String uuid)
Sets the value ofSGEntity.getUuid()- Parameters:
uuid- Universally unique identity. This parameter is required.- Returns:
this
-
attributes
@Stability(Experimental) public InferredNodeProps.Builder attributes(Map<String,? extends Object> attributes)
Sets the value ofSGEntity.getAttributes()- Parameters:
attributes- Serializable entity attributes.- Returns:
this
-
flags
@Stability(Experimental) public InferredNodeProps.Builder flags(List<? extends FlagEnum> flags)
Sets the value ofSGEntity.getFlags()- Parameters:
flags- Serializable entity flags.- Returns:
this
-
metadata
@Stability(Experimental) public InferredNodeProps.Builder metadata(List<? extends software.constructs.MetadataEntry> metadata)
Sets the value ofSGEntity.getMetadata()- Parameters:
metadata- Serializable entity metadata.- Returns:
this
-
tags
@Stability(Experimental) public InferredNodeProps.Builder tags(Map<String,String> tags)
Sets the value ofSGEntity.getTags()- Parameters:
tags- Serializable entity tags.- Returns:
this
-
build
@Stability(Experimental) public InferredNodeProps build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<InferredNodeProps>- Returns:
- a new instance of
InferredNodeProps - Throws:
NullPointerException- if any required attribute was not provided
-
-