@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateKinesisStreamingDestinationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateKinesisStreamingDestinationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateKinesisStreamingDestinationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getStreamArn()
The Amazon Resource Name (ARN) for the Kinesis stream input.
|
String |
getTableName()
The table name for the Kinesis streaming destination input.
|
UpdateKinesisStreamingConfiguration |
getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis stream configuration.
|
int |
hashCode() |
void |
setStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the Kinesis stream input.
|
void |
setTableName(String tableName)
The table name for the Kinesis streaming destination input.
|
void |
setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
|
String |
toString()
Returns a string representation of this object.
|
UpdateKinesisStreamingDestinationRequest |
withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the Kinesis stream input.
|
UpdateKinesisStreamingDestinationRequest |
withTableName(String tableName)
The table name for the Kinesis streaming destination input.
|
UpdateKinesisStreamingDestinationRequest |
withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
|
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, withSdkRequestTimeout
public UpdateKinesisStreamingDestinationRequest()
public void setTableName(String tableName)
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
tableName
- The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in
this parameter.public String getTableName()
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
public UpdateKinesisStreamingDestinationRequest withTableName(String tableName)
The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
tableName
- The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in
this parameter.public void setStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the Kinesis stream input.
streamArn
- The Amazon Resource Name (ARN) for the Kinesis stream input.public String getStreamArn()
The Amazon Resource Name (ARN) for the Kinesis stream input.
public UpdateKinesisStreamingDestinationRequest withStreamArn(String streamArn)
The Amazon Resource Name (ARN) for the Kinesis stream input.
streamArn
- The Amazon Resource Name (ARN) for the Kinesis stream input.public void setUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis stream configuration.public UpdateKinesisStreamingConfiguration getUpdateKinesisStreamingConfiguration()
The command to update the Kinesis stream configuration.
public UpdateKinesisStreamingDestinationRequest withUpdateKinesisStreamingConfiguration(UpdateKinesisStreamingConfiguration updateKinesisStreamingConfiguration)
The command to update the Kinesis stream configuration.
updateKinesisStreamingConfiguration
- The command to update the Kinesis stream configuration.public String toString()
toString
in class Object
Object.toString()
public UpdateKinesisStreamingDestinationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2025. All rights reserved.