@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFeatureGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFeatureGroupRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFeatureGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<FeatureDefinition> |
getFeatureAdditions()
Updates the feature group.
|
String |
getFeatureGroupName()
The name of the feature group that you're updating.
|
int |
hashCode() |
void |
setFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group.
|
void |
setFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFeatureGroupRequest |
withFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group.
|
UpdateFeatureGroupRequest |
withFeatureAdditions(FeatureDefinition... featureAdditions)
Updates the feature group.
|
UpdateFeatureGroupRequest |
withFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
|
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 void setFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
featureGroupName
- The name of the feature group that you're updating.public String getFeatureGroupName()
The name of the feature group that you're updating.
public UpdateFeatureGroupRequest withFeatureGroupName(String featureGroupName)
The name of the feature group that you're updating.
featureGroupName
- The name of the feature group that you're updating.public List<FeatureDefinition> getFeatureAdditions()
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
public void setFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
featureAdditions
- Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200
response, you've made a valid request. It takes some time after you've made a valid request for Feature
Store to update the feature group.public UpdateFeatureGroupRequest withFeatureAdditions(FeatureDefinition... featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
NOTE: This method appends the values to the existing list (if any). Use
setFeatureAdditions(java.util.Collection)
or withFeatureAdditions(java.util.Collection)
if you
want to override the existing values.
featureAdditions
- Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200
response, you've made a valid request. It takes some time after you've made a valid request for Feature
Store to update the feature group.public UpdateFeatureGroupRequest withFeatureAdditions(Collection<FeatureDefinition> featureAdditions)
Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.
featureAdditions
- Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200
response, you've made a valid request. It takes some time after you've made a valid request for Feature
Store to update the feature group.public String toString()
toString
in class Object
Object.toString()
public UpdateFeatureGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()