| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileConfiguration |
ProfileConfiguration.addJobConfigurationEntry(String key,
ConfigurationObject value)
Add a single JobConfiguration entry
|
ProfileConfiguration |
ProfileConfiguration.addSessionConfigurationEntry(String key,
ConfigurationObject value)
Add a single SessionConfiguration entry
|
ProfileConfiguration |
ProfileConfiguration.clearJobConfigurationEntries()
Removes all the entries added into JobConfiguration.
|
ProfileConfiguration |
ProfileConfiguration.clearSessionConfigurationEntries()
Removes all the entries added into SessionConfiguration.
|
ProfileConfiguration |
ProfileConfiguration.clone() |
ProfileConfiguration |
UpdateUsageProfileRequest.getConfiguration()
A
ProfileConfiguration object specifying the job and session values for the profile. |
ProfileConfiguration |
CreateUsageProfileRequest.getConfiguration()
A
ProfileConfiguration object specifying the job and session values for the profile. |
ProfileConfiguration |
GetUsageProfileResult.getConfiguration()
A
ProfileConfiguration object specifying the job and session values for the profile. |
ProfileConfiguration |
ProfileConfiguration.withJobConfiguration(Map<String,ConfigurationObject> jobConfiguration)
A key-value map of configuration parameters for Glue jobs.
|
ProfileConfiguration |
ProfileConfiguration.withSessionConfiguration(Map<String,ConfigurationObject> sessionConfiguration)
A key-value map of configuration parameters for Glue sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateUsageProfileRequest.setConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
void |
CreateUsageProfileRequest.setConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
void |
GetUsageProfileResult.setConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
UpdateUsageProfileRequest |
UpdateUsageProfileRequest.withConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
CreateUsageProfileRequest |
CreateUsageProfileRequest.withConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
GetUsageProfileResult |
GetUsageProfileResult.withConfiguration(ProfileConfiguration configuration)
A
ProfileConfiguration object specifying the job and session values for the profile. |
Copyright © 2025. All rights reserved.