CopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
, SdkBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
public static interface AssociateNodeRequest.Builder extends CopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
Modifier and Type | Method | Description |
---|---|---|
AssociateNodeRequest.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes) |
Engine attributes used for associating the node.
|
AssociateNodeRequest.Builder |
engineAttributes(EngineAttribute... engineAttributes) |
Engine attributes used for associating the node.
|
AssociateNodeRequest.Builder |
nodeName(String nodeName) |
The name of the Chef client node.
|
AssociateNodeRequest.Builder |
serverName(String serverName) |
The name of the server with which to associate the node.
|
copy
apply, build
AssociateNodeRequest.Builder serverName(String serverName)
The name of the server with which to associate the node.
serverName
- The name of the server with which to associate the node.AssociateNodeRequest.Builder nodeName(String nodeName)
The name of the Chef client node.
nodeName
- The name of the Chef client node.AssociateNodeRequest.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default only one
organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
engineAttributes
- Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default
only one organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
AssociateNodeRequest.Builder engineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default only one
organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
NOTE: This method appends the values to the existing list (if any). Use
#setEngineAttributes(java.util.Collection)
or #withEngineAttributes(java.util.Collection)
if
you want to override the existing values.
engineAttributes
- Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default
only one organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.