Interface DisassociateNodeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateNodeRequest.Builder,,DisassociateNodeRequest> OpsWorksCmRequest.Builder,SdkBuilder<DisassociateNodeRequest.Builder,,DisassociateNodeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
DisassociateNodeRequest
-
Method Summary
Modifier and TypeMethodDescriptionengineAttributes(Collection<EngineAttribute> engineAttributes) Engine attributes that are used for disassociating the node.engineAttributes(Consumer<EngineAttribute.Builder>... engineAttributes) Engine attributes that are used for disassociating the node.engineAttributes(EngineAttribute... engineAttributes) Engine attributes that are used for disassociating the node.The name of the client node.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serverName(String serverName) The name of the server from which to disassociate the node.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.opsworkscm.model.OpsWorksCmRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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 toengineAttributes(List<EngineAttribute>).- 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:
-
-
overrideConfiguration
DisassociateNodeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DisassociateNodeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-