public static interface AssociateNodeRequest.Builder extends OpsWorksCmRequest.Builder, CopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
Modifier and Type | Method and Description |
---|---|
AssociateNodeRequest.Builder |
engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
|
AssociateNodeRequest.Builder |
engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)
Engine attributes used for associating the node.
|
AssociateNodeRequest.Builder |
engineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for associating the node.
|
AssociateNodeRequest.Builder |
nodeName(String nodeName)
The name of the node.
|
AssociateNodeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AssociateNodeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AssociateNodeRequest.Builder |
serverName(String serverName)
The name of the server with which to associate the node.
|
build
overrideConfiguration
copy
applyMutation, build
AssociateNodeRequest.Builder serverName(String serverName)
The name of the server with which to associate the node.
serverName
- The name of the server with which to associate the node.AssociateNodeRequest.Builder nodeName(String nodeName)
The name of the node.
nodeName
- The name of the node.AssociateNodeRequest.Builder engineAttributes(Collection<EngineAttribute> engineAttributes)
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
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 for Puppet
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the node.
engineAttributes
- Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
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 for Puppet
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the
node.
AssociateNodeRequest.Builder engineAttributes(EngineAttribute... engineAttributes)
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
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 for Puppet
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the node.
engineAttributes
- Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
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 for Puppet
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the
node.
AssociateNodeRequest.Builder engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)
Engine attributes used for associating the node.
Attributes accepted in a AssociateNode request for Chef
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 for Puppet
PUPPET_NODE_CSR
: A PEM-formatted certificate-signing request (CSR) that is created by the node.
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)
AssociateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AssociateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.