@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FirehoseLogDestinationParameters extends Object implements Serializable, Cloneable, StructuredPojo
The Amazon Kinesis Data Firehose logging configuration settings for the pipe.
| Constructor and Description |
|---|
FirehoseLogDestinationParameters() |
| Modifier and Type | Method and Description |
|---|---|
FirehoseLogDestinationParameters |
clone() |
boolean |
equals(Object obj) |
String |
getDeliveryStreamArn()
Specifies 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)
Specifies 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.
|
FirehoseLogDestinationParameters |
withDeliveryStreamArn(String deliveryStreamArn)
Specifies 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)
Specifies the Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn - Specifies the Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge
delivers the pipe log records.public String getDeliveryStreamArn()
Specifies the Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
public FirehoseLogDestinationParameters withDeliveryStreamArn(String deliveryStreamArn)
Specifies the Amazon Resource Name (ARN) of the Kinesis Data Firehose delivery stream to which EventBridge delivers the pipe log records.
deliveryStreamArn - Specifies 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 FirehoseLogDestinationParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.