public static interface DisassociateNodeRequest.Builder extends OpsWorksCmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateNodeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DisassociateNodeRequest.Builder |
serverName(String serverName)
The name of the server from which to disassociate the node.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
EngineAttribute.Builder avoiding the need to create
one manually via EngineAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #engineAttributes(List.
engineAttributes - a consumer that will call methods on
EngineAttribute.Builder#engineAttributes(java.util.Collection) DisassociateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.