@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseLogDestination extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
| Constructor and Description |
|---|
FirehoseLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
FirehoseLogDestination |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamArn()
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the
pipe log records.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the
pipe log records.
|
String |
toString()
Returns a string representation of this object.
|
FirehoseLogDestination |
withDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the
pipe log records.
|
public void setDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn - The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers
the pipe log records.public String getDeliveryStreamArn()
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
public FirehoseLogDestination withDeliveryStreamArn(String deliveryStreamArn)
The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn - The Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers
the pipe log records.public String toString()
toString in class ObjectObject.toString()public FirehoseLogDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.