Interface DeleteResourceRequest.Builder

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

public static interface DeleteResourceRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<DeleteResourceRequest.Builder,DeleteResourceRequest>
  • Method Details

    • organizationId

      DeleteResourceRequest.Builder organizationId(String organizationId)

      The identifier associated with the organization from which the resource is deleted.

      Parameters:
      organizationId - The identifier associated with the organization from which the resource is deleted.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      DeleteResourceRequest.Builder resourceId(String resourceId)

      The identifier of the resource to be deleted.

      The identifier can accept ResourceId, or Resourcename. The following identity formats are available:

      • Resource ID: r-0123456789a0123456789b0123456789

      • Resource name: resource

      Parameters:
      resourceId - The identifier of the resource to be deleted.

      The identifier can accept ResourceId, or Resourcename. The following identity formats are available:

      • Resource ID: r-0123456789a0123456789b0123456789

      • Resource name: resource

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

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