Class UpdateIngestionDestinationRequest

    • Method Detail

      • appBundleIdentifier

        public final String appBundleIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
      • ingestionIdentifier

        public final String ingestionIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to use for the request.
      • ingestionDestinationIdentifier

        public final String ingestionDestinationIdentifier()

        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.

        Returns:
        The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion destination to use for the request.
      • destinationConfiguration

        public final DestinationConfiguration destinationConfiguration()

        Contains information about the destination of ingested data.

        Returns:
        Contains information about the destination of ingested data.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object