Interface WorkloadConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>,SdkBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>,SdkPojo
- Enclosing class:
- WorkloadConfiguration
public static interface WorkloadConfiguration.Builder extends SdkPojo, CopyableBuilder<WorkloadConfiguration.Builder,WorkloadConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadConfiguration.Builderconfiguration(String configuration)The configuration settings of the workload.WorkloadConfiguration.Buildertier(String tier)The configuration of the workload tier.WorkloadConfiguration.Buildertier(Tier tier)The configuration of the workload tier.WorkloadConfiguration.BuilderworkloadName(String workloadName)The name of the workload.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
workloadName
WorkloadConfiguration.Builder workloadName(String workloadName)
The name of the workload.
- Parameters:
workloadName- The name of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tier
WorkloadConfiguration.Builder tier(String tier)
The configuration of the workload tier.
-
tier
WorkloadConfiguration.Builder tier(Tier tier)
The configuration of the workload tier.
-
configuration
WorkloadConfiguration.Builder configuration(String configuration)
The configuration settings of the workload.
- Parameters:
configuration- The configuration settings of the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-