Delegation.Builder |
Delegation.Builder.assessmentId(String assessmentId) |
The identifier for the assessment that's associated with the delegation.
|
Delegation.Builder |
Delegation.Builder.assessmentName(String assessmentName) |
The name of the assessment that's associated with the delegation.
|
static Delegation.Builder |
Delegation.builder() |
|
Delegation.Builder |
Delegation.Builder.comment(String comment) |
The comment that's related to the delegation.
|
Delegation.Builder |
Delegation.Builder.controlSetId(String controlSetId) |
The identifier for the control set that's associated with the delegation.
|
Delegation.Builder |
Delegation.Builder.createdBy(String createdBy) |
The user or role that created the delegation.
|
Delegation.Builder |
Delegation.Builder.creationTime(Instant creationTime) |
Specifies when the delegation was created.
|
Delegation.Builder |
Delegation.Builder.id(String id) |
The unique identifier for the delegation.
|
Delegation.Builder |
Delegation.Builder.lastUpdated(Instant lastUpdated) |
Specifies when the delegation was last updated.
|
Delegation.Builder |
Delegation.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role.
|
Delegation.Builder |
Delegation.Builder.roleType(String roleType) |
The type of customer persona.
|
Delegation.Builder |
Delegation.Builder.roleType(RoleType roleType) |
The type of customer persona.
|
Delegation.Builder |
Delegation.Builder.status(String status) |
The status of the delegation.
|
Delegation.Builder |
Delegation.Builder.status(DelegationStatus status) |
The status of the delegation.
|
Delegation.Builder |
Delegation.toBuilder() |
|