public static interface CreateWorkloadRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<CreateWorkloadRequest.Builder,CreateWorkloadRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateWorkloadRequest.Builder |
accountIds(Collection<String> accountIds)
Sets the value of the AccountIds property for this object.
|
CreateWorkloadRequest.Builder |
accountIds(String... accountIds)
Sets the value of the AccountIds property for this object.
|
CreateWorkloadRequest.Builder |
applications(Collection<String> applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest.Builder |
applications(String... applications)
List of AppRegistry application ARNs associated to the workload.
|
CreateWorkloadRequest.Builder |
architecturalDesign(String architecturalDesign)
Sets the value of the ArchitecturalDesign property for this object.
|
CreateWorkloadRequest.Builder |
awsRegions(Collection<String> awsRegions)
Sets the value of the AwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
awsRegions(String... awsRegions)
Sets the value of the AwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
CreateWorkloadRequest.Builder |
description(String description)
Sets the value of the Description property for this object.
|
default CreateWorkloadRequest.Builder |
discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
|
CreateWorkloadRequest.Builder |
discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
|
CreateWorkloadRequest.Builder |
environment(String environment)
Sets the value of the Environment property for this object.
|
CreateWorkloadRequest.Builder |
environment(WorkloadEnvironment environment)
Sets the value of the Environment property for this object.
|
CreateWorkloadRequest.Builder |
industry(String industry)
Sets the value of the Industry property for this object.
|
CreateWorkloadRequest.Builder |
industryType(String industryType)
Sets the value of the IndustryType property for this object.
|
CreateWorkloadRequest.Builder |
lenses(Collection<String> lenses)
Sets the value of the Lenses property for this object.
|
CreateWorkloadRequest.Builder |
lenses(String... lenses)
Sets the value of the Lenses property for this object.
|
CreateWorkloadRequest.Builder |
nonAwsRegions(Collection<String> nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
nonAwsRegions(String... nonAwsRegions)
Sets the value of the NonAwsRegions property for this object.
|
CreateWorkloadRequest.Builder |
notes(String notes)
Sets the value of the Notes property for this object.
|
CreateWorkloadRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateWorkloadRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateWorkloadRequest.Builder |
pillarPriorities(Collection<String> pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
CreateWorkloadRequest.Builder |
pillarPriorities(String... pillarPriorities)
Sets the value of the PillarPriorities property for this object.
|
CreateWorkloadRequest.Builder |
profileArns(Collection<String> profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest.Builder |
profileArns(String... profileArns)
The list of profile ARNs associated with the workload.
|
CreateWorkloadRequest.Builder |
reviewOwner(String reviewOwner)
Sets the value of the ReviewOwner property for this object.
|
CreateWorkloadRequest.Builder |
tags(Map<String,String> tags)
The tags to be associated with the workload.
|
CreateWorkloadRequest.Builder |
workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateWorkloadRequest.Builder workloadName(String workloadName)
workloadName - The new value for the WorkloadName property for this object.CreateWorkloadRequest.Builder description(String description)
description - The new value for the Description property for this object.CreateWorkloadRequest.Builder environment(String environment)
environment - The new value for the Environment property for this object.WorkloadEnvironment,
WorkloadEnvironmentCreateWorkloadRequest.Builder environment(WorkloadEnvironment environment)
environment - The new value for the Environment property for this object.WorkloadEnvironment,
WorkloadEnvironmentCreateWorkloadRequest.Builder accountIds(Collection<String> accountIds)
accountIds - The new value for the AccountIds property for this object.CreateWorkloadRequest.Builder accountIds(String... accountIds)
accountIds - The new value for the AccountIds property for this object.CreateWorkloadRequest.Builder awsRegions(Collection<String> awsRegions)
awsRegions - The new value for the AwsRegions property for this object.CreateWorkloadRequest.Builder awsRegions(String... awsRegions)
awsRegions - The new value for the AwsRegions property for this object.CreateWorkloadRequest.Builder nonAwsRegions(Collection<String> nonAwsRegions)
nonAwsRegions - The new value for the NonAwsRegions property for this object.CreateWorkloadRequest.Builder nonAwsRegions(String... nonAwsRegions)
nonAwsRegions - The new value for the NonAwsRegions property for this object.CreateWorkloadRequest.Builder pillarPriorities(Collection<String> pillarPriorities)
pillarPriorities - The new value for the PillarPriorities property for this object.CreateWorkloadRequest.Builder pillarPriorities(String... pillarPriorities)
pillarPriorities - The new value for the PillarPriorities property for this object.CreateWorkloadRequest.Builder architecturalDesign(String architecturalDesign)
architecturalDesign - The new value for the ArchitecturalDesign property for this object.CreateWorkloadRequest.Builder reviewOwner(String reviewOwner)
reviewOwner - The new value for the ReviewOwner property for this object.CreateWorkloadRequest.Builder industryType(String industryType)
industryType - The new value for the IndustryType property for this object.CreateWorkloadRequest.Builder industry(String industry)
industry - The new value for the Industry property for this object.CreateWorkloadRequest.Builder lenses(Collection<String> lenses)
lenses - The new value for the Lenses property for this object.CreateWorkloadRequest.Builder lenses(String... lenses)
lenses - The new value for the Lenses property for this object.CreateWorkloadRequest.Builder notes(String notes)
notes - The new value for the Notes property for this object.CreateWorkloadRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.CreateWorkloadRequest.Builder tags(Map<String,String> tags)
The tags to be associated with the workload.
tags - The tags to be associated with the workload.CreateWorkloadRequest.Builder discoveryConfig(WorkloadDiscoveryConfig discoveryConfig)
Well-Architected discovery configuration settings associated to the workload.
discoveryConfig - Well-Architected discovery configuration settings associated to the workload.default CreateWorkloadRequest.Builder discoveryConfig(Consumer<WorkloadDiscoveryConfig.Builder> discoveryConfig)
Well-Architected discovery configuration settings associated 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)CreateWorkloadRequest.Builder applications(Collection<String> applications)
List of AppRegistry application ARNs associated to the workload.
applications - List of AppRegistry application ARNs associated to the workload.CreateWorkloadRequest.Builder applications(String... applications)
List of AppRegistry application ARNs associated to the workload.
applications - List of AppRegistry application ARNs associated to the workload.CreateWorkloadRequest.Builder profileArns(Collection<String> profileArns)
The list of profile ARNs associated with the workload.
profileArns - The list of profile ARNs associated with the workload.CreateWorkloadRequest.Builder profileArns(String... profileArns)
The list of profile ARNs associated with the workload.
profileArns - The list of profile ARNs associated with the workload.CreateWorkloadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateWorkloadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.