public static interface DisassociateNodeRequest.Builder extends OpsWorksCMRequest.Builder, CopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
| Modifier and Type | Method and Description |
|---|---|
DisassociateNodeRequest.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node.
|
DisassociateNodeRequest.Builder |
engineAttributes(EngineAttribute... engineAttributes)
Engine attributes that are used for disassociating the node.
|
DisassociateNodeRequest.Builder |
nodeName(String nodeName)
The name of the client node.
|
DisassociateNodeRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DisassociateNodeRequest.Builder |
serverName(String serverName)
The name of the server from which to disassociate the node.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDisassociateNodeRequest.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 client node.
nodeName - The name of the client node.DisassociateNodeRequest.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
engineAttributes - Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
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 that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default only one
organization named default can exist.
engineAttributes - Engine attributes that are used for disassociating the node. No attributes are required for Puppet.
Attributes required in a DisassociateNode request for Chef
CHEF_ORGANIZATION: The Chef organization with which the node was associated. By default
only one organization named default can exist.
DisassociateNodeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.