CopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
, SdkBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
public static interface DisassociateNodeRequest.Builder extends CopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
Modifier and Type | Method | Description |
---|---|---|
DisassociateNodeRequest.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes) |
Engine attributes used for disassociating the node.
|
DisassociateNodeRequest.Builder |
engineAttributes(EngineAttribute... engineAttributes) |
Engine attributes used for disassociating the node.
|
DisassociateNodeRequest.Builder |
nodeName(String nodeName) |
The name of the Chef client node.
|
DisassociateNodeRequest.Builder |
serverName(String serverName) |
The name of the server from which to disassociate the node.
|
copy
apply, build
DisassociateNodeRequest.Builder serverName(String serverName)
The name of the server from which to disassociate the node.
serverName
- The name of the server from which to disassociate the node.DisassociateNodeRequest.Builder nodeName(String nodeName)
The name of the Chef client node.
nodeName
- The name of the Chef client node.DisassociateNodeRequest.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default only one
organization named default
can exist.
engineAttributes
- Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default
only one organization named default
can exist.
DisassociateNodeRequest.Builder engineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default only one
organization named default
can exist.
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 disassociating the node.
Attributes accepted in a DisassociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node was associated. By default
only one organization named default
can exist.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.