@Generated(value="software.amazon.awssdk:codegen") public final class DatasetAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DatasetAction.Builder,DatasetAction>
A "DatasetAction" object specifying the query that creates the data set content.
Modifier and Type | Class and Description |
---|---|
static interface |
DatasetAction.Builder |
Modifier and Type | Method and Description |
---|---|
String |
actionName()
The name of the data set action by which data set contents are automatically created.
|
static DatasetAction.Builder |
builder() |
ContainerDatasetAction |
containerAction()
Information which allows the system to run a containerized application in order to create the data set contents.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SqlQueryDatasetAction |
queryAction()
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DatasetAction.Builder> |
serializableBuilderClass() |
DatasetAction.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String actionName()
The name of the data set action by which data set contents are automatically created.
public SqlQueryDatasetAction queryAction()
An "SqlQueryDatasetAction" object that contains the SQL query to modify the message.
public ContainerDatasetAction containerAction()
Information which allows the system to run a containerized application in order to create the data set contents. The application must be in a Docker container along with any needed support libraries.
public DatasetAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DatasetAction.Builder,DatasetAction>
public static DatasetAction.Builder builder()
public static Class<? extends DatasetAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.