@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 |
clone() |
boolean |
equals(Object obj) |
List<DataLakeConfiguration> |
getConfigurations()
Specify the Region or Regions that will contribute data to the rollup region.
|
int |
hashCode() |
void |
setConfigurations(Collection<DataLakeConfiguration> 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(Collection<DataLakeConfiguration> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
UpdateDataLakeRequest |
withConfigurations(DataLakeConfiguration... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic List<DataLakeConfiguration> getConfigurations()
Specify the Region or Regions that will contribute data to the rollup region.
public void setConfigurations(Collection<DataLakeConfiguration> 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(DataLakeConfiguration... configurations)
Specify the Region or Regions that will contribute data to the rollup region.
NOTE: This method appends the values to the existing list (if any). Use
setConfigurations(java.util.Collection) or withConfigurations(java.util.Collection) if you want
to override the existing values.
configurations - Specify the Region or Regions that will contribute data to the rollup region.public UpdateDataLakeRequest withConfigurations(Collection<DataLakeConfiguration> 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 String toString()
toString in class ObjectObject.toString()public UpdateDataLakeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.