Class S3ClientFactory.S3ClientKey

java.lang.Object
com.netflix.genie.common.internal.aws.s3.S3ClientFactory.S3ClientKey
Enclosing class:
S3ClientFactory

public static class S3ClientFactory.S3ClientKey extends Object
A simple class used as a key to see if we already have a S3Client created for the combination of properties that make up this class.
Since:
4.0.0
  • Method Details

    • getRoleARN

      public Optional<String> getRoleARN()
      Get the role ARN.
      Returns:
      The role ARN as an Optional