Interface ListPermissionsRequest.Builder

  • Method Details

    • groupId

      (Optional) Limits the results to only the group that matches this ID.

      Parameters:
      groupId - (Optional) Limits the results to only the group that matches this ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListPermissionsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to include in the response.

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

      ListPermissionsRequest.Builder nextToken(String nextToken)

      The token to use when requesting the next set of results. You received this token from a previous ListPermissions operation.

      Parameters:
      nextToken - The token to use when requesting the next set of results. You received this token from a previous ListPermissions operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      (Optional) Limits the results to only the user that matches this ID.

      Parameters:
      userId - (Optional) Limits the results to only the user that matches this ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userType

      (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.

      Parameters:
      userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • userType

      (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.

      Parameters:
      userType - (Optional) If you specify SSO_USER, then only the permissions of IAM Identity Center users are returned. If you specify SSO_GROUP, only the permissions of IAM Identity Center groups are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • workspaceId

      ListPermissionsRequest.Builder workspaceId(String workspaceId)

      The ID of the workspace to list permissions for. This parameter is required.

      Parameters:
      workspaceId - The ID of the workspace to list permissions for. This parameter is required.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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