DelegationMetadata.Builder |
DelegationMetadata.Builder.assessmentId(String assessmentId) |
The unique identifier for the assessment.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.assessmentName(String assessmentName) |
The name of the associated assessment.
|
static DelegationMetadata.Builder |
DelegationMetadata.builder() |
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.controlSetName(String controlSetName) |
Specifies the name of the control set that was delegated for review.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.creationTime(Instant creationTime) |
Specifies when the delegation was created.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.id(String id) |
The unique identifier for the delegation.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.status(String status) |
The current status of the delegation.
|
DelegationMetadata.Builder |
DelegationMetadata.Builder.status(DelegationStatus status) |
The current status of the delegation.
|
DelegationMetadata.Builder |
DelegationMetadata.toBuilder() |
|