public static interface CreateDelegationRequest.Builder extends SdkPojo, CopyableBuilder<CreateDelegationRequest.Builder,CreateDelegationRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateDelegationRequest.Builder |
comment(String comment)
A comment that's related to the delegation request.
|
CreateDelegationRequest.Builder |
controlSetId(String controlSetId)
The unique identifier for the control set.
|
CreateDelegationRequest.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateDelegationRequest.Builder |
roleType(RoleType roleType)
The type of customer persona.
|
CreateDelegationRequest.Builder |
roleType(String roleType)
The type of customer persona.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDelegationRequest.Builder comment(String comment)
A comment that's related to the delegation request.
comment - A comment that's related to the delegation request.CreateDelegationRequest.Builder controlSetId(String controlSetId)
The unique identifier for the control set.
controlSetId - The unique identifier for the control set.CreateDelegationRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
roleArn - The Amazon Resource Name (ARN) of the IAM role.CreateDelegationRequest.Builder roleType(String 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.
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.
RoleType,
RoleTypeCreateDelegationRequest.Builder roleType(RoleType 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.
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.
RoleType,
RoleTypeCopyright © 2023. All rights reserved.