Interface CreateDelegationRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CreateDelegationRequest.Builder,CreateDelegationRequest>, SdkBuilder<CreateDelegationRequest.Builder,CreateDelegationRequest>, SdkPojo
Enclosing class:
CreateDelegationRequest

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

    • comment

      A comment that's related to the delegation request.

      Parameters:
      comment - A comment that's related to the delegation request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • controlSetId

      CreateDelegationRequest.Builder controlSetId(String controlSetId)

      The unique identifier for the control set.

      Parameters:
      controlSetId - The unique identifier for the control set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The Amazon Resource Name (ARN) of the IAM role.

      Parameters:
      roleArn - The Amazon Resource Name (ARN) of the IAM role.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleType

      The type of customer persona.

      In CreateAssessment, roleType can only be PROCESS_OWNER.

      In UpdateSettings, roleType can only be PROCESS_OWNER.

      In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

      Parameters:
      roleType - The type of customer persona.

      In CreateAssessment, roleType can only be PROCESS_OWNER.

      In UpdateSettings, roleType can only be PROCESS_OWNER.

      In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

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

      The type of customer persona.

      In CreateAssessment, roleType can only be PROCESS_OWNER.

      In UpdateSettings, roleType can only be PROCESS_OWNER.

      In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

      Parameters:
      roleType - The type of customer persona.

      In CreateAssessment, roleType can only be PROCESS_OWNER.

      In UpdateSettings, roleType can only be PROCESS_OWNER.

      In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.

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