| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected |
|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateWorkloadResponse> |
WellArchitectedAsyncClient.createWorkload(Consumer<CreateWorkloadRequest.Builder> createWorkloadRequest)
Create a new workload.
|
default CreateWorkloadResponse |
WellArchitectedClient.createWorkload(Consumer<CreateWorkloadRequest.Builder> createWorkloadRequest)
Create a new workload.
|
| Modifier and Type | Method and Description |
|---|---|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.accountIds(Collection<String> accountIds)
Sets the value of the AccountIds property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.accountIds(String... accountIds)
Sets the value of the AccountIds property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.applications(Collection<String> applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.applications(String... applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.architecturalDesign(String architecturalDesign)
Sets the value of the ArchitecturalDesign property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.awsRegions(Collection<String> awsRegions)
Sets the value of the AwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.awsRegions(String... awsRegions)
Sets the value of the AwsRegions property for this object.
|
static CreateWorkloadRequest.Builder |
CreateWorkloadRequest.builder() |
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.description(String description)
Sets the value of the Description property for this object.
|
default CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.environment(String environment)
Sets the value of the Environment property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.environment(WorkloadEnvironment environment)
Sets the value of the Environment property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.industry(String industry)
Sets the value of the Industry property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.industryType(String industryType)
Sets the value of the IndustryType property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.lenses(Collection<String> lenses)
Sets the value of the Lenses property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.lenses(String... lenses)
Sets the value of the Lenses property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.nonAwsRegions(Collection<String> nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.nonAwsRegions(String... nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.notes(String notes)
Sets the value of the Notes property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.pillarPriorities(Collection<String> pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.pillarPriorities(String... pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.profileArns(Collection<String> profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.profileArns(String... profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.reviewOwner(String reviewOwner)
Sets the value of the ReviewOwner property for this object.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.tags(Map<String,String> tags)
The tags to be associated with the workload.
|
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.toBuilder() |
CreateWorkloadRequest.Builder |
CreateWorkloadRequest.Builder.workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateWorkloadRequest.Builder> |
CreateWorkloadRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.