Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateNodeRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateNodeRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static AssociateNodeRequest.Builder |
builder() |
|
List<EngineAttribute> |
engineAttributes() |
Engine attributes used for associating the node.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nodeName() |
The name of the Chef client node.
|
static Class<? extends AssociateNodeRequest.Builder> |
serializableBuilderClass() |
|
String |
serverName() |
The name of the server with which to associate the node.
|
AssociateNodeRequest.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 with which to associate the node.
public String nodeName()
The name of the Chef client node.
public List<EngineAttribute> engineAttributes()
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default only one
organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
Attributes accepted in a AssociateNode request:
CHEF_ORGANIZATION
: The Chef organization with which the node is associated. By default only
one organization named default
can exist.
CHEF_NODE_PUBLIC_KEY
: A PEM-formatted public key. This key is required for the
chef-client
agent to access the Chef API.
public AssociateNodeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
public static AssociateNodeRequest.Builder builder()
public static Class<? extends AssociateNodeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.