@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDatalakeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateDatalakeRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDatalakeRequest |
addConfigurationsEntry(String key,
LakeConfigurationRequest value)
Add a single Configurations entry
|
UpdateDatalakeRequest |
clearConfigurationsEntries()
Removes all the entries added into Configurations.
|
UpdateDatalakeRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Map<String,LakeConfigurationRequest> |
getConfigurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
int |
hashCode() |
void |
setConfigurations(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
String |
toString()
Returns a string representation of this object.
|
UpdateDatalakeRequest |
withConfigurations(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public Map<String,LakeConfigurationRequest> getConfigurations()
Specify the Region or Regions that will contribute data to the rollup region.
public void setConfigurations(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
configurations
- Specify the Region or Regions that will contribute data to the rollup region.public UpdateDatalakeRequest withConfigurations(Map<String,LakeConfigurationRequest> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
configurations
- Specify the Region or Regions that will contribute data to the rollup region.public UpdateDatalakeRequest addConfigurationsEntry(String key, LakeConfigurationRequest value)
public UpdateDatalakeRequest clearConfigurationsEntries()
public String toString()
toString
in class Object
Object.toString()
public UpdateDatalakeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()