| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
Workload.Builder |
Workload.Builder.accountIds(Collection<String> accountIds)
Sets the value of the AccountIds property for this object.
|
Workload.Builder |
Workload.Builder.accountIds(String... accountIds)
Sets the value of the AccountIds property for this object.
|
Workload.Builder |
Workload.Builder.applications(Collection<String> applications)
List of AppRegistry application ARNs associated to the workload.
|
Workload.Builder |
Workload.Builder.applications(String... applications)
List of AppRegistry application ARNs associated to the workload.
|
Workload.Builder |
Workload.Builder.architecturalDesign(String architecturalDesign)
Sets the value of the ArchitecturalDesign property for this object.
|
Workload.Builder |
Workload.Builder.awsRegions(Collection<String> awsRegions)
Sets the value of the AwsRegions property for this object.
|
Workload.Builder |
Workload.Builder.awsRegions(String... awsRegions)
Sets the value of the AwsRegions property for this object.
|
static Workload.Builder |
Workload.builder() |
Workload.Builder |
Workload.Builder.description(String description)
Sets the value of the Description property for this object.
|
default Workload.Builder |
Workload.Builder.discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Discovery configuration associated to the workload.
|
Workload.Builder |
Workload.Builder.discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Discovery configuration associated to the workload.
|
Workload.Builder |
Workload.Builder.environment(String environment)
Sets the value of the Environment property for this object.
|
Workload.Builder |
Workload.Builder.environment(WorkloadEnvironment environment)
Sets the value of the Environment property for this object.
|
Workload.Builder |
Workload.Builder.improvementStatus(String improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
Workload.Builder |
Workload.Builder.improvementStatus(WorkloadImprovementStatus improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
Workload.Builder |
Workload.Builder.industry(String industry)
Sets the value of the Industry property for this object.
|
Workload.Builder |
Workload.Builder.industryType(String industryType)
Sets the value of the IndustryType property for this object.
|
Workload.Builder |
Workload.Builder.isReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
|
Workload.Builder |
Workload.Builder.lenses(Collection<String> lenses)
Sets the value of the Lenses property for this object.
|
Workload.Builder |
Workload.Builder.lenses(String... lenses)
Sets the value of the Lenses property for this object.
|
Workload.Builder |
Workload.Builder.nonAwsRegions(Collection<String> nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
Workload.Builder |
Workload.Builder.nonAwsRegions(String... nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
Workload.Builder |
Workload.Builder.notes(String notes)
Sets the value of the Notes property for this object.
|
Workload.Builder |
Workload.Builder.owner(String owner)
Sets the value of the Owner property for this object.
|
Workload.Builder |
Workload.Builder.pillarPriorities(Collection<String> pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
Workload.Builder |
Workload.Builder.pillarPriorities(String... pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
Workload.Builder |
Workload.Builder.prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.profiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
Workload.Builder |
Workload.Builder.profiles(Consumer<WorkloadProfile.Builder>... profiles)
Profile associated with a workload.
|
Workload.Builder |
Workload.Builder.profiles(WorkloadProfile... profiles)
Profile associated with a workload.
|
Workload.Builder |
Workload.Builder.reviewOwner(String reviewOwner)
Sets the value of the ReviewOwner property for this object.
|
Workload.Builder |
Workload.Builder.reviewRestrictionDate(Instant reviewRestrictionDate)
Sets the value of the ReviewRestrictionDate property for this object.
|
Workload.Builder |
Workload.Builder.riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
Workload.Builder |
Workload.Builder.shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
Workload.Builder |
Workload.Builder.tags(Map<String,String> tags)
The tags associated with the workload.
|
Workload.Builder |
Workload.toBuilder() |
Workload.Builder |
Workload.Builder.updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
Workload.Builder |
Workload.Builder.workloadArn(String workloadArn)
Sets the value of the WorkloadArn property for this object.
|
Workload.Builder |
Workload.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
Workload.Builder |
Workload.Builder.workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Workload.Builder> |
Workload.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Milestone.Builder |
Milestone.Builder.workload(Consumer<Workload.Builder> workload)
Sets the value of the Workload property for this object.
|
default GetWorkloadResponse.Builder |
GetWorkloadResponse.Builder.workload(Consumer<Workload.Builder> workload)
Sets the value of the Workload property for this object.
|
default UpdateWorkloadResponse.Builder |
UpdateWorkloadResponse.Builder.workload(Consumer<Workload.Builder> workload)
Sets the value of the Workload property for this object.
|
Copyright © 2023. All rights reserved.