Interface InlineCredentialProviderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InlineCredentialProvider, InlineCredentialProvider.Builder

public interface InlineCredentialProviderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The AWS access key ID.
    com.google.protobuf.ByteString
    The AWS access key ID.
    The AWS secret access key.
    com.google.protobuf.ByteString
    The AWS secret access key.
    The AWS session token.
    com.google.protobuf.ByteString
    The AWS session token.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAccessKeyId

      String getAccessKeyId()
       The AWS access key ID.
       
      string access_key_id = 1 [(.validate.rules) = { ... }
      Returns:
      The accessKeyId.
    • getAccessKeyIdBytes

      com.google.protobuf.ByteString getAccessKeyIdBytes()
       The AWS access key ID.
       
      string access_key_id = 1 [(.validate.rules) = { ... }
      Returns:
      The bytes for accessKeyId.
    • getSecretAccessKey

      String getSecretAccessKey()
       The AWS secret access key.
       
      string secret_access_key = 2 [(.validate.rules) = { ... }
      Returns:
      The secretAccessKey.
    • getSecretAccessKeyBytes

      com.google.protobuf.ByteString getSecretAccessKeyBytes()
       The AWS secret access key.
       
      string secret_access_key = 2 [(.validate.rules) = { ... }
      Returns:
      The bytes for secretAccessKey.
    • getSessionToken

      String getSessionToken()
       The AWS session token. This is optional.
       
      string session_token = 3 [(.udpa.annotations.sensitive) = true];
      Returns:
      The sessionToken.
    • getSessionTokenBytes

      com.google.protobuf.ByteString getSessionTokenBytes()
       The AWS session token. This is optional.
       
      string session_token = 3 [(.udpa.annotations.sensitive) = true];
      Returns:
      The bytes for sessionToken.