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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JobLevelCostAllocationConfiguration.Builderenabled(Boolean enabled)Enables job level cost allocation for the application.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
enabled
JobLevelCostAllocationConfiguration.Builder enabled(Boolean 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.
-
-