| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateWorkloadResponse |
WellArchitectedClient.updateWorkload(Consumer<UpdateWorkloadRequest.Builder> updateWorkloadRequest)
Update an existing workload.
|
default CompletableFuture<UpdateWorkloadResponse> |
WellArchitectedAsyncClient.updateWorkload(Consumer<UpdateWorkloadRequest.Builder> updateWorkloadRequest)
Update an existing workload.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.accountIds(Collection<String> accountIds)
Sets the value of the AccountIds property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.accountIds(String... accountIds)
Sets the value of the AccountIds property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.applications(Collection<String> applications)
List of AppRegistry application ARNs to associate to the workload.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.applications(String... applications)
List of AppRegistry application ARNs to associate to the workload.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.architecturalDesign(String architecturalDesign)
Sets the value of the ArchitecturalDesign property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.awsRegions(Collection<String> awsRegions)
Sets the value of the AwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.awsRegions(String... awsRegions)
Sets the value of the AwsRegions property for this object.
|
static UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.builder() |
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.description(String description)
Sets the value of the Description property for this object.
|
default UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.environment(String environment)
Sets the value of the Environment property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.environment(WorkloadEnvironment environment)
Sets the value of the Environment property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.improvementStatus(String improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.improvementStatus(WorkloadImprovementStatus improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.industry(String industry)
Sets the value of the Industry property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.industryType(String industryType)
Sets the value of the IndustryType property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.isReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.nonAwsRegions(Collection<String> nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.nonAwsRegions(String... nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.notes(String notes)
Sets the value of the Notes property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.pillarPriorities(Collection<String> pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.pillarPriorities(String... pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.reviewOwner(String reviewOwner)
Sets the value of the ReviewOwner property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.toBuilder() |
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
UpdateWorkloadRequest.Builder |
UpdateWorkloadRequest.Builder.workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateWorkloadRequest.Builder> |
UpdateWorkloadRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.