Uses of Interface
software.amazon.awssdk.services.emrserverless.model.JobLevelCostAllocationConfiguration.Builder
-
Packages that use JobLevelCostAllocationConfiguration.Builder Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobLevelCostAllocationConfiguration.Builder in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobLevelCostAllocationConfiguration.Builder Modifier and Type Method Description static JobLevelCostAllocationConfiguration.BuilderJobLevelCostAllocationConfiguration. builder()JobLevelCostAllocationConfiguration.BuilderJobLevelCostAllocationConfiguration.Builder. enabled(Boolean enabled)Enables job level cost allocation for the application.JobLevelCostAllocationConfiguration.BuilderJobLevelCostAllocationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.emrserverless.model that return types with arguments of type JobLevelCostAllocationConfiguration.Builder Modifier and Type Method Description static Class<? extends JobLevelCostAllocationConfiguration.Builder>JobLevelCostAllocationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emrserverless.model with type arguments of type JobLevelCostAllocationConfiguration.Builder Modifier and Type Method Description default Application.BuilderApplication.Builder. jobLevelCostAllocationConfiguration(Consumer<JobLevelCostAllocationConfiguration.Builder> jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.default CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. jobLevelCostAllocationConfiguration(Consumer<JobLevelCostAllocationConfiguration.Builder> jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.default UpdateApplicationRequest.BuilderUpdateApplicationRequest.Builder. jobLevelCostAllocationConfiguration(Consumer<JobLevelCostAllocationConfiguration.Builder> jobLevelCostAllocationConfiguration)The configuration object that enables job level cost allocation.
-