public static interface DelegationMetadata.Builder extends SdkPojo, CopyableBuilder<DelegationMetadata.Builder,DelegationMetadata>
| Modifier and Type | Method and Description |
|---|---|
DelegationMetadata.Builder |
assessmentId(String assessmentId)
The unique identifier for the specified assessment.
|
DelegationMetadata.Builder |
assessmentName(String assessmentName)
The name of the associated assessment.
|
DelegationMetadata.Builder |
controlSetName(String controlSetName)
Specifies the name of the control set delegated for review.
|
DelegationMetadata.Builder |
creationTime(Instant creationTime)
Specifies when the delegation was created.
|
DelegationMetadata.Builder |
id(String id)
The unique identifier for the delegation.
|
DelegationMetadata.Builder |
roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
DelegationMetadata.Builder |
status(DelegationStatus status)
The current status of the delgation.
|
DelegationMetadata.Builder |
status(String status)
The current status of the delgation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDelegationMetadata.Builder id(String id)
The unique identifier for the delegation.
id - The unique identifier for the delegation.DelegationMetadata.Builder assessmentName(String assessmentName)
The name of the associated assessment.
assessmentName - The name of the associated assessment.DelegationMetadata.Builder assessmentId(String assessmentId)
The unique identifier for the specified assessment.
assessmentId - The unique identifier for the specified assessment.DelegationMetadata.Builder status(String status)
The current status of the delgation.
status - The current status of the delgation.DelegationStatus,
DelegationStatusDelegationMetadata.Builder status(DelegationStatus status)
The current status of the delgation.
status - The current status of the delgation.DelegationStatus,
DelegationStatusDelegationMetadata.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
roleArn - The Amazon Resource Name (ARN) of the IAM role.DelegationMetadata.Builder creationTime(Instant creationTime)
Specifies when the delegation was created.
creationTime - Specifies when the delegation was created.DelegationMetadata.Builder controlSetName(String controlSetName)
Specifies the name of the control set delegated for review.
controlSetName - Specifies the name of the control set delegated for review.Copyright © 2021. All rights reserved.