Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
@Generated("software.amazon.awssdk:codegen") public class DisassociateNodeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DisassociateNodeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DisassociateNodeRequest.Builder |
builder() |
|
List<EngineAttribute> |
engineAttributes() |
Engine attributes used for disassociating the node.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nodeName() |
The name of the Chef client node.
|
static Class<? extends DisassociateNodeRequest.Builder> |
serializableBuilderClass() |
|
String |
serverName() |
The name of the server from which to disassociate the node.
|
DisassociateNodeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String serverName()
The name of the server from which to disassociate the node.
public String nodeName()
The name of the Chef client node.
public List<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.
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.
public DisassociateNodeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
public static DisassociateNodeRequest.Builder builder()
public static Class<? extends DisassociateNodeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.