Interface PutDeliveryDestinationRequest.Builder

    • Method Detail

      • name

        PutDeliveryDestinationRequest.Builder name​(String name)

        A name for this delivery destination. This name must be unique for all delivery destinations in your account.

        Parameters:
        name - A name for this delivery destination. This name must be unique for all delivery destinations in your account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputFormat

        PutDeliveryDestinationRequest.Builder outputFormat​(String outputFormat)

        The format for the logs that this delivery destination will receive.

        Parameters:
        outputFormat - The format for the logs that this delivery destination will receive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputFormat, OutputFormat
      • outputFormat

        PutDeliveryDestinationRequest.Builder outputFormat​(OutputFormat outputFormat)

        The format for the logs that this delivery destination will receive.

        Parameters:
        outputFormat - The format for the logs that this delivery destination will receive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OutputFormat, OutputFormat
      • deliveryDestinationConfiguration

        PutDeliveryDestinationRequest.Builder deliveryDestinationConfiguration​(DeliveryDestinationConfiguration deliveryDestinationConfiguration)

        A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.

        deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log delivery destinations and not required for X-Ray trace delivery destinations. deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for other logs delivery destinations.

        Parameters:
        deliveryDestinationConfiguration - A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.

        deliveryDestinationConfiguration is required for CloudWatch Logs, Amazon S3, Firehose log delivery destinations and not required for X-Ray trace delivery destinations. deliveryDestinationType is needed for X-Ray trace delivery destinations but not required for other logs delivery destinations.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deliveryDestinationType

        PutDeliveryDestinationRequest.Builder deliveryDestinationType​(String deliveryDestinationType)

        The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

        • S3 - Amazon S3 for long-term storage and analytics

        • CWL - CloudWatch Logs for centralized log management

        • FH - Amazon Kinesis Data Firehose for real-time data streaming

        • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

        The delivery destination type determines the format and configuration options available for log delivery.

        Parameters:
        deliveryDestinationType - The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

        • S3 - Amazon S3 for long-term storage and analytics

        • CWL - CloudWatch Logs for centralized log management

        • FH - Amazon Kinesis Data Firehose for real-time data streaming

        • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

        The delivery destination type determines the format and configuration options available for log delivery.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryDestinationType, DeliveryDestinationType
      • deliveryDestinationType

        PutDeliveryDestinationRequest.Builder deliveryDestinationType​(DeliveryDestinationType deliveryDestinationType)

        The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

        • S3 - Amazon S3 for long-term storage and analytics

        • CWL - CloudWatch Logs for centralized log management

        • FH - Amazon Kinesis Data Firehose for real-time data streaming

        • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

        The delivery destination type determines the format and configuration options available for log delivery.

        Parameters:
        deliveryDestinationType - The type of delivery destination. This parameter specifies the target service where log data will be delivered. Valid values include:

        • S3 - Amazon S3 for long-term storage and analytics

        • CWL - CloudWatch Logs for centralized log management

        • FH - Amazon Kinesis Data Firehose for real-time data streaming

        • XRAY - Amazon Web Services X-Ray for distributed tracing and application monitoring

        The delivery destination type determines the format and configuration options available for log delivery.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeliveryDestinationType, DeliveryDestinationType