Interface DeleteTargetRequest.Builder

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

  • Method Details

    • targetAddress

      DeleteTargetRequest.Builder targetAddress(String targetAddress)

      The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.

      Parameters:
      targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • forceUnsubscribeAll

      DeleteTargetRequest.Builder forceUnsubscribeAll(Boolean forceUnsubscribeAll)

      A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.

      Parameters:
      forceUnsubscribeAll - A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DeleteTargetRequest.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.