@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KinesisStreamsOutputDescription extends Object implements Serializable, Cloneable, StructuredPojo
For an SQL-based Kinesis Data Analytics application's output, describes the Kinesis data stream that is configured as its destination.
Constructor and Description |
---|
KinesisStreamsOutputDescription() |
Modifier and Type | Method and Description |
---|---|
KinesisStreamsOutputDescription |
clone() |
boolean |
equals(Object obj) |
String |
getResourceARN()
The Amazon Resource Name (ARN) of the Kinesis data stream.
|
String |
getRoleARN()
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
|
void |
setRoleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
|
String |
toString()
Returns a string representation of this object.
|
KinesisStreamsOutputDescription |
withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
|
KinesisStreamsOutputDescription |
withRoleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
|
public void setResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
resourceARN
- The Amazon Resource Name (ARN) of the Kinesis data stream.public String getResourceARN()
The Amazon Resource Name (ARN) of the Kinesis data stream.
public KinesisStreamsOutputDescription withResourceARN(String resourceARN)
The Amazon Resource Name (ARN) of the Kinesis data stream.
resourceARN
- The Amazon Resource Name (ARN) of the Kinesis data stream.public void setRoleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public String getRoleARN()
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public KinesisStreamsOutputDescription withRoleARN(String roleARN)
The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream.
Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
roleARN
- The ARN of the IAM role that Kinesis Data Analytics can assume to access the stream. Provided for backward compatibility. Applications that are created with the current API version have an application-level service execution role rather than a resource-level role.
public String toString()
toString
in class Object
Object.toString()
public KinesisStreamsOutputDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.