@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateDataLakeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()