Interface DisassociateFeedRequest.Builder

  • Method Details

    • id

      The ID of the feed where you want to release the resource.

      Parameters:
      id - The ID of the feed where you want to release the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associatedResourceName

      DisassociateFeedRequest.Builder associatedResourceName(String associatedResourceName)

      The name of the resource currently associated with the feed.

      Parameters:
      associatedResourceName - The name of the resource currently associated with the feed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dryRun

      Set to true if you want to do a dry run of the disassociate action.

      Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code.

      Parameters:
      dryRun - Set to true if you want to do a dry run of the disassociate action.

      Elemental Inference will validate that the real request would succeed without actually making any changes. A dry run catches errors such as missing IAM permissions. If the dry run fails, the action returns a 4xx error code.

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

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