@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.
|
String |
getMetaStoreManagerRoleArn()
The Amazon Resource Name (ARN) used to create and update the Glue table.
|
int |
hashCode() |
void |
setConfigurations(Collection<DataLakeConfiguration> configurations)
Specify the Region or Regions that will contribute data to the rollup region.
|
void |
setMetaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table.
|
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.
|
UpdateDataLakeRequest |
withMetaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table.
|
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 void setMetaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
metaStoreManagerRoleArn
- The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions
generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.public String getMetaStoreManagerRoleArn()
The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
public UpdateDataLakeRequest withMetaStoreManagerRoleArn(String metaStoreManagerRoleArn)
The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.
metaStoreManagerRoleArn
- The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions
generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.public String toString()
toString
in class Object
Object.toString()
public UpdateDataLakeRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()