public static interface AssessmentMetadataItem.Builder extends SdkPojo, CopyableBuilder<AssessmentMetadataItem.Builder,AssessmentMetadataItem>
| Modifier and Type | Method and Description |
|---|---|
AssessmentMetadataItem.Builder |
complianceType(String complianceType)
The name of the compliance standard that's related to the assessment, such as PCI-DSS.
|
AssessmentMetadataItem.Builder |
creationTime(Instant creationTime)
Specifies when the assessment was created.
|
AssessmentMetadataItem.Builder |
delegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
delegations(Consumer<Delegation.Builder>... delegations)
The delegations that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
delegations(Delegation... delegations)
The delegations that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
id(String id)
The unique identifier for the assessment.
|
AssessmentMetadataItem.Builder |
lastUpdated(Instant lastUpdated)
The time of the most recent update.
|
AssessmentMetadataItem.Builder |
name(String name)
The name of the assessment.
|
AssessmentMetadataItem.Builder |
roles(Collection<Role> roles)
The roles that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
roles(Consumer<Role.Builder>... roles)
The roles that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
roles(Role... roles)
The roles that are associated with the assessment.
|
AssessmentMetadataItem.Builder |
status(AssessmentStatus status)
The current status of the assessment.
|
AssessmentMetadataItem.Builder |
status(String status)
The current status of the assessment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentMetadataItem.Builder name(String name)
The name of the assessment.
name - The name of the assessment.AssessmentMetadataItem.Builder id(String id)
The unique identifier for the assessment.
id - The unique identifier for the assessment.AssessmentMetadataItem.Builder complianceType(String complianceType)
The name of the compliance standard that's related to the assessment, such as PCI-DSS.
complianceType - The name of the compliance standard that's related to the assessment, such as PCI-DSS.AssessmentMetadataItem.Builder status(String status)
The current status of the assessment.
status - The current status of the assessment.AssessmentStatus,
AssessmentStatusAssessmentMetadataItem.Builder status(AssessmentStatus status)
The current status of the assessment.
status - The current status of the assessment.AssessmentStatus,
AssessmentStatusAssessmentMetadataItem.Builder roles(Collection<Role> roles)
The roles that are associated with the assessment.
roles - The roles that are associated with the assessment.AssessmentMetadataItem.Builder roles(Role... roles)
The roles that are associated with the assessment.
roles - The roles that are associated with the assessment.AssessmentMetadataItem.Builder roles(Consumer<Role.Builder>... roles)
The roles that are associated with the assessment.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #roles(List) .roles - a consumer that will call methods on List.Builder #roles(List) AssessmentMetadataItem.Builder delegations(Collection<Delegation> delegations)
The delegations that are associated with the assessment.
delegations - The delegations that are associated with the assessment.AssessmentMetadataItem.Builder delegations(Delegation... delegations)
The delegations that are associated with the assessment.
delegations - The delegations that are associated with the assessment.AssessmentMetadataItem.Builder delegations(Consumer<Delegation.Builder>... delegations)
The delegations that are associated with the assessment.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #delegations(List) .delegations - a consumer that will call methods on List.Builder #delegations(List) AssessmentMetadataItem.Builder creationTime(Instant creationTime)
Specifies when the assessment was created.
creationTime - Specifies when the assessment was created.AssessmentMetadataItem.Builder lastUpdated(Instant lastUpdated)
The time of the most recent update.
lastUpdated - The time of the most recent update.Copyright © 2022. All rights reserved.