Interface ListResourceDelegatesRequest.Builder

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

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

    • organizationId

      ListResourceDelegatesRequest.Builder organizationId(String organizationId)

      The identifier for the organization that contains the resource for which delegates are listed.

      Parameters:
      organizationId - The identifier for the organization that contains the resource for which delegates are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceId

      The identifier for the resource whose delegates are listed.

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

      • Resource ID: r-0123456789a0123456789b0123456789

      • Email address: resource@domain.tld

      • Resource name: resource

      Parameters:
      resourceId - The identifier for the resource whose delegates are listed.

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

      • Resource ID: r-0123456789a0123456789b0123456789

      • Email address: resource@domain.tld

      • Resource name: resource

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

      The token used to paginate through the delegates associated with a resource.

      Parameters:
      nextToken - The token used to paginate through the delegates associated with a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The number of maximum results in a page.

      Parameters:
      maxResults - The number of maximum results in a page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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