aws-java-developer-guide icon indicating copy to clipboard operation
aws-java-developer-guide copied to clipboard

AWSSecurityTokenServiceClientBuilder should use static constructor

Open theomails opened this issue 3 years ago • 0 comments

Issue #, if available: Came across the issue myself.

Description of changes: new AWSSecurityTokenServiceClientBuilder() is not possible as the constructor is private. AWSSecurityTokenServiceClientBuilder.standard() can be accessed directly to get an instance with the defaults as it is a static method. This is a bug fix in the documentation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

theomails avatar Mar 31 '22 07:03 theomails