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(Consumer<EngineAttribute.Builder>... 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 |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DisassociateNodeRequest.Builder |
serverName(String serverName)
The name of the server from which to disassociate the node.
|
buildrequestOverrideConfigcopyapply, 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 engineAttributes(Consumer<EngineAttribute.Builder>... 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.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #engineAttributes(List) .engineAttributes - a consumer that will call methods on List.Builder #engineAttributes(List) DisassociateNodeRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DisassociateNodeRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.