From b9f44acffda097e977a7e24e966dec264af0363b Mon Sep 17 00:00:00 2001 From: Vincent Viloria Date: Fri, 28 Feb 2025 09:28:26 -0800 Subject: [PATCH] update documentation for NestedPropertyProcessor --- .../amazon/kinesis/multilang/NestedPropertyProcessor.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amazon-kinesis-client-multilang/src/main/java/software/amazon/kinesis/multilang/NestedPropertyProcessor.java b/amazon-kinesis-client-multilang/src/main/java/software/amazon/kinesis/multilang/NestedPropertyProcessor.java index a0b9c3b4..fee33514 100644 --- a/amazon-kinesis-client-multilang/src/main/java/software/amazon/kinesis/multilang/NestedPropertyProcessor.java +++ b/amazon-kinesis-client-multilang/src/main/java/software/amazon/kinesis/multilang/NestedPropertyProcessor.java @@ -26,11 +26,11 @@ public interface NestedPropertyProcessor { * * @param serviceEndpoint the service endpoint either with or without the protocol * (e.g., https://sns.us-west-1.amazonaws.com, sns.us-west-1.amazonaws.com) - * @param signingRegion the region to use for SigV4 signing of requests (e.g. us-west-1) + * @param signingRegion the region to use for the client (e.g. us-west-1) * * @see #acceptEndpointRegion(Region) - * @see - * AwsClientBuilder.EndpointConfiguration + * @see + * AwsClientBuilder.endpointOverride */ void acceptEndpoint(String serviceEndpoint, String signingRegion);