public static interface UpdateWorkloadRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateWorkloadRequest.Builder,UpdateWorkloadRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateWorkloadRequest.Builder |
accountIds(Collection<String> accountIds)
Sets the value of the AccountIds property for this object.
|
UpdateWorkloadRequest.Builder |
accountIds(String... accountIds)
Sets the value of the AccountIds property for this object.
|
UpdateWorkloadRequest.Builder |
applications(Collection<String> applications)
List of AppRegistry application ARNs to associate to the workload.
|
UpdateWorkloadRequest.Builder |
applications(String... applications)
List of AppRegistry application ARNs to associate to the workload.
|
UpdateWorkloadRequest.Builder |
architecturalDesign(String architecturalDesign)
Sets the value of the ArchitecturalDesign property for this object.
|
UpdateWorkloadRequest.Builder |
awsRegions(Collection<String> awsRegions)
Sets the value of the AwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
awsRegions(String... awsRegions)
Sets the value of the AwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
default UpdateWorkloadRequest.Builder |
discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
|
UpdateWorkloadRequest.Builder |
discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
|
UpdateWorkloadRequest.Builder |
environment(String environment)
Sets the value of the Environment property for this object.
|
UpdateWorkloadRequest.Builder |
environment(WorkloadEnvironment environment)
Sets the value of the Environment property for this object.
|
UpdateWorkloadRequest.Builder |
improvementStatus(String improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
UpdateWorkloadRequest.Builder |
improvementStatus(WorkloadImprovementStatus improvementStatus)
Sets the value of the ImprovementStatus property for this object.
|
UpdateWorkloadRequest.Builder |
industry(String industry)
Sets the value of the Industry property for this object.
|
UpdateWorkloadRequest.Builder |
industryType(String industryType)
Sets the value of the IndustryType property for this object.
|
UpdateWorkloadRequest.Builder |
isReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
|
UpdateWorkloadRequest.Builder |
nonAwsRegions(Collection<String> nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
nonAwsRegions(String... nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
UpdateWorkloadRequest.Builder |
notes(String notes)
Sets the value of the Notes property for this object.
|
UpdateWorkloadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateWorkloadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateWorkloadRequest.Builder |
pillarPriorities(Collection<String> pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
UpdateWorkloadRequest.Builder |
pillarPriorities(String... pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
UpdateWorkloadRequest.Builder |
reviewOwner(String reviewOwner)
Sets the value of the ReviewOwner property for this object.
|
UpdateWorkloadRequest.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
UpdateWorkloadRequest.Builder |
workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateWorkloadRequest.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.UpdateWorkloadRequest.Builder workloadName(String workloadName)
workloadName - The new value for the WorkloadName property for this object.UpdateWorkloadRequest.Builder description(String description)
description - The new value for the Description property for this object.UpdateWorkloadRequest.Builder environment(String environment)
environment - The new value for the Environment property for this object.WorkloadEnvironment,
WorkloadEnvironmentUpdateWorkloadRequest.Builder environment(WorkloadEnvironment environment)
environment - The new value for the Environment property for this object.WorkloadEnvironment,
WorkloadEnvironmentUpdateWorkloadRequest.Builder accountIds(Collection<String> accountIds)
accountIds - The new value for the AccountIds property for this object.UpdateWorkloadRequest.Builder accountIds(String... accountIds)
accountIds - The new value for the AccountIds property for this object.UpdateWorkloadRequest.Builder awsRegions(Collection<String> awsRegions)
awsRegions - The new value for the AwsRegions property for this object.UpdateWorkloadRequest.Builder awsRegions(String... awsRegions)
awsRegions - The new value for the AwsRegions property for this object.UpdateWorkloadRequest.Builder nonAwsRegions(Collection<String> nonAwsRegions)
nonAwsRegions - The new value for the NonAwsRegions property for this object.UpdateWorkloadRequest.Builder nonAwsRegions(String... nonAwsRegions)
nonAwsRegions - The new value for the NonAwsRegions property for this object.UpdateWorkloadRequest.Builder pillarPriorities(Collection<String> pillarPriorities)
pillarPriorities - The new value for the PillarPriorities property for this object.UpdateWorkloadRequest.Builder pillarPriorities(String... pillarPriorities)
pillarPriorities - The new value for the PillarPriorities property for this object.UpdateWorkloadRequest.Builder architecturalDesign(String architecturalDesign)
architecturalDesign - The new value for the ArchitecturalDesign property for this object.UpdateWorkloadRequest.Builder reviewOwner(String reviewOwner)
reviewOwner - The new value for the ReviewOwner property for this object.UpdateWorkloadRequest.Builder isReviewOwnerUpdateAcknowledged(Boolean isReviewOwnerUpdateAcknowledged)
Flag indicating whether the workload owner has acknowledged that the Review owner field is required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
isReviewOwnerUpdateAcknowledged - Flag indicating whether the workload owner has acknowledged that the Review owner field is
required.
If a Review owner is not added to the workload within 60 days of acknowledgement, access to the workload is restricted until an owner is added.
UpdateWorkloadRequest.Builder industryType(String industryType)
industryType - The new value for the IndustryType property for this object.UpdateWorkloadRequest.Builder industry(String industry)
industry - The new value for the Industry property for this object.UpdateWorkloadRequest.Builder notes(String notes)
notes - The new value for the Notes property for this object.UpdateWorkloadRequest.Builder improvementStatus(String improvementStatus)
improvementStatus - The new value for the ImprovementStatus property for this object.WorkloadImprovementStatus,
WorkloadImprovementStatusUpdateWorkloadRequest.Builder improvementStatus(WorkloadImprovementStatus improvementStatus)
improvementStatus - The new value for the ImprovementStatus property for this object.WorkloadImprovementStatus,
WorkloadImprovementStatusUpdateWorkloadRequest.Builder discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
discoveryConfig - Well-Architected discovery configuration settings to associate to the workload.default UpdateWorkloadRequest.Builder discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings to associate to the workload.
This is a convenience method that creates an instance of theWorkloadDiscoveryConfig.Builder avoiding
the need to create one manually via WorkloadDiscoveryConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to discoveryConfig(WorkloadDiscoveryConfig).
discoveryConfig - a consumer that will call methods on WorkloadDiscoveryConfig.BuilderdiscoveryConfig(WorkloadDiscoveryConfig)UpdateWorkloadRequest.Builder applications(Collection<String> applications)
List of AppRegistry application ARNs to associate to the workload.
applications - List of AppRegistry application ARNs to associate to the workload.UpdateWorkloadRequest.Builder applications(String... applications)
List of AppRegistry application ARNs to associate to the workload.
applications - List of AppRegistry application ARNs to associate to the workload.UpdateWorkloadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateWorkloadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.