aws-java-developer-guide
aws-java-developer-guide copied to clipboard
AWSSecurityTokenServiceClientBuilder should use static constructor
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.