Interface CreateDelegationRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CreateDelegationRequest.Builder,
,CreateDelegationRequest> SdkBuilder<CreateDelegationRequest.Builder,
,CreateDelegationRequest> SdkPojo
- Enclosing class:
CreateDelegationRequest
-
Method Summary
Modifier and TypeMethodDescriptionA comment that's related to the delegation request.controlSetId
(String controlSetId) The unique identifier for the control set.The Amazon Resource Name (ARN) of the IAM role.The type of customer persona.The type of customer persona.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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 bePROCESS_OWNER
.In
UpdateSettings
,roleType
can only bePROCESS_OWNER
.In
BatchCreateDelegationByAssessment
,roleType
can only beRESOURCE_OWNER
.- Parameters:
roleType
- The type of customer persona.In
CreateAssessment
,roleType
can only bePROCESS_OWNER
.In
UpdateSettings
,roleType
can only bePROCESS_OWNER
.In
BatchCreateDelegationByAssessment
,roleType
can only beRESOURCE_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 bePROCESS_OWNER
.In
UpdateSettings
,roleType
can only bePROCESS_OWNER
.In
BatchCreateDelegationByAssessment
,roleType
can only beRESOURCE_OWNER
.- Parameters:
roleType
- The type of customer persona.In
CreateAssessment
,roleType
can only bePROCESS_OWNER
.In
UpdateSettings
,roleType
can only bePROCESS_OWNER
.In
BatchCreateDelegationByAssessment
,roleType
can only beRESOURCE_OWNER
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-