@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutputUpdate extends Object implements Serializable, Cloneable, StructuredPojo
When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis stream configured as the destination.
Constructor and Description |
---|
KinesisStreamsOutputUpdate() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamsOutputUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARNUpdate()
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
|
String |
getRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
|
void |
setRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutputUpdate |
withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
|
KinesisStreamsOutputUpdate |
withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf.
|
public void setResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
resourceARNUpdate
- Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.public String getResourceARNUpdate()
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
public KinesisStreamsOutputUpdate withResourceARNUpdate(String resourceARNUpdate)
Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.
resourceARNUpdate
- Amazon Resource Name (ARN) of the Amazon Kinesis stream where you want to write the output.public void setRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
roleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need
to grant the necessary permissions to this role.public String getRoleARNUpdate()
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
public KinesisStreamsOutputUpdate withRoleARNUpdate(String roleARNUpdate)
ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.
roleARNUpdate
- ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need
to grant the necessary permissions to this role.public String toString()
toString
in class Object
Object.toString()
public KinesisStreamsOutputUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.