Interface OrganizationNode.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OrganizationNode.Builder,OrganizationNode>,SdkBuilder<OrganizationNode.Builder,OrganizationNode>,SdkPojo
- Enclosing class:
- OrganizationNode
public static interface OrganizationNode.Builder extends SdkPojo, CopyableBuilder<OrganizationNode.Builder,OrganizationNode>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationNode.Buildertype(String type)The organization node type.OrganizationNode.Buildertype(OrganizationNodeType type)The organization node type.OrganizationNode.Buildervalue(String value)The identifier of the organization node.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
OrganizationNode.Builder type(String type)
The organization node type.
- Parameters:
type- The organization node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationNodeType,OrganizationNodeType
-
type
OrganizationNode.Builder type(OrganizationNodeType type)
The organization node type.
- Parameters:
type- The organization node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OrganizationNodeType,OrganizationNodeType
-
value
OrganizationNode.Builder value(String value)
The identifier of the organization node.
- Parameters:
value- The identifier of the organization node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-