Interface JobLevelCostAllocationConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobLevelCostAllocationConfiguration.Builder,,JobLevelCostAllocationConfiguration> SdkBuilder<JobLevelCostAllocationConfiguration.Builder,,JobLevelCostAllocationConfiguration> SdkPojo
- Enclosing class:
JobLevelCostAllocationConfiguration
@Mutable
@NotThreadSafe
public static interface JobLevelCostAllocationConfiguration.Builder
extends SdkPojo, CopyableBuilder<JobLevelCostAllocationConfiguration.Builder,JobLevelCostAllocationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionEnables job level cost allocation for the application.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Enables job level cost allocation for the application.
- Parameters:
enabled- Enables job level cost allocation for the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-