Interface AssociateNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>,OpsWorksCmRequest.Builder,SdkBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateNodeRequest
public static interface AssociateNodeRequest.Builder extends OpsWorksCmRequest.Builder, SdkPojo, CopyableBuilder<AssociateNodeRequest.Builder,AssociateNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateNodeRequest.BuilderengineAttributes(Collection<EngineAttribute> engineAttributes)Engine attributes used for associating the node.AssociateNodeRequest.BuilderengineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)Engine attributes used for associating the node.AssociateNodeRequest.BuilderengineAttributes(EngineAttribute... engineAttributes)Engine attributes used for associating the node.AssociateNodeRequest.BuildernodeName(String nodeName)The name of the node.AssociateNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateNodeRequest.BuilderserverName(String serverName)The name of the server with which to associate the node.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
serverName
AssociateNodeRequest.Builder serverName(String serverName)
The name of the server with which to associate the node.
- Parameters:
serverName- The name of the server with which to associate the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeName
AssociateNodeRequest.Builder nodeName(String nodeName)
The name of the node.
- Parameters:
nodeName- The name of the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineAttributes
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 nameddefaultcan exist. -
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for thechef-clientagent 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.
- Parameters:
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 nameddefaultcan exist. -
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for thechef-clientagent 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
engineAttributes
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 nameddefaultcan exist. -
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for thechef-clientagent 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.
- Parameters:
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 nameddefaultcan exist. -
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for thechef-clientagent 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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
engineAttributes
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 nameddefaultcan exist. -
CHEF_NODE_PUBLIC_KEY: A PEM-formatted public key. This key is required for thechef-clientagent 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.
EngineAttribute.Builderavoiding the need to create one manually viaEngineAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#engineAttributes(List.) - Parameters:
engineAttributes- a consumer that will call methods onEngineAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#engineAttributes(java.util.Collection)
-
-
overrideConfiguration
AssociateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-