Interface DeleteAssociationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>, SdkBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>, SdkPojo, SdkRequest.Builder, SsmRequest.Builder
Enclosing class:
DeleteAssociationRequest

public static interface DeleteAssociationRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DeleteAssociationRequest.Builder,DeleteAssociationRequest>
  • Method Details

    • name

      The name of the SSM document.

      Parameters:
      name - The name of the SSM document.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      DeleteAssociationRequest.Builder instanceId(String instanceId)

      The managed node ID.

      InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

      Parameters:
      instanceId - The managed node ID.

      InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationId

      DeleteAssociationRequest.Builder associationId(String associationId)

      The association ID that you want to delete.

      Parameters:
      associationId - The association ID that you want to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteAssociationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.