Interface DisassociateNodeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>,OpsWorksCmRequest.Builder,SdkBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DisassociateNodeRequest
public static interface DisassociateNodeRequest.Builder extends OpsWorksCmRequest.Builder, SdkPojo, CopyableBuilder<DisassociateNodeRequest.Builder,DisassociateNodeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateNodeRequest.BuilderengineAttributes(Collection<EngineAttribute> engineAttributes)Engine attributes that are used for disassociating the node.DisassociateNodeRequest.BuilderengineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes)Engine attributes that are used for disassociating the node.DisassociateNodeRequest.BuilderengineAttributes(EngineAttribute... engineAttributes)Engine attributes that are used for disassociating the node.DisassociateNodeRequest.BuildernodeName(String nodeName)The name of the client node.DisassociateNodeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateNodeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateNodeRequest.BuilderserverName(String serverName)The name of the server from which to disassociate 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
DisassociateNodeRequest.Builder serverName(String serverName)
The name of the server from which to disassociate the node.
- Parameters:
serverName- The name of the server from which to disassociate the node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nodeName
DisassociateNodeRequest.Builder nodeName(String nodeName)
The name of the client node.
- Parameters:
nodeName- The name of the client node.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineAttributes
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 nameddefaultcan exist.
- Parameters:
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 nameddefaultcan exist.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
engineAttributes
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 nameddefaultcan exist.
- Parameters:
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 nameddefaultcan exist.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
engineAttributes
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 nameddefaultcan exist.
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
DisassociateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-