Interface AssociateMemberToJobRequest.Builder

  • Method Details

    • farmId

      The farm ID of the job to associate with the member.

      Parameters:
      farmId - The farm ID of the job to associate with the member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • queueId

      The queue ID to associate to the member.

      Parameters:
      queueId - The queue ID to associate to the member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobId

      The job ID to associate with the member.

      Parameters:
      jobId - The job ID to associate with the member.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalType

      AssociateMemberToJobRequest.Builder principalType(String principalType)

      The member's principal type to associate with the job.

      Parameters:
      principalType - The member's principal type to associate with the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • principalType

      AssociateMemberToJobRequest.Builder principalType(PrincipalType principalType)

      The member's principal type to associate with the job.

      Parameters:
      principalType - The member's principal type to associate with the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • identityStoreId

      AssociateMemberToJobRequest.Builder identityStoreId(String identityStoreId)

      The member's identity store ID to associate with the job.

      Parameters:
      identityStoreId - The member's identity store ID to associate with the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • membershipLevel

      AssociateMemberToJobRequest.Builder membershipLevel(String membershipLevel)

      The principal's membership level for the associated job.

      Parameters:
      membershipLevel - The principal's membership level for the associated job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • membershipLevel

      AssociateMemberToJobRequest.Builder membershipLevel(MembershipLevel membershipLevel)

      The principal's membership level for the associated job.

      Parameters:
      membershipLevel - The principal's membership level for the associated job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • principalId

      AssociateMemberToJobRequest.Builder principalId(String principalId)

      The member's principal ID to associate with the job.

      Parameters:
      principalId - The member's principal ID to associate with the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identityCenterRegion

      AssociateMemberToJobRequest.Builder identityCenterRegion(String identityCenterRegion)

      The Region of the IAM Identity Center instance. If not provided, the service defaults to the Region of the farm.

      Parameters:
      identityCenterRegion - The Region of the IAM Identity Center instance. If not provided, the service defaults to the Region of the farm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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