Interface AwsSourceDetails.AccessKeyCredentialsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAccessKeyId()
      AWS access key ID.
      com.google.protobuf.ByteString getAccessKeyIdBytes()
      AWS access key ID.
      String getSecretAccessKey()
      Input only.
      com.google.protobuf.ByteString getSecretAccessKeyBytes()
      Input only.
      • 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 Detail

      • getAccessKeyId

        String getAccessKeyId()
         AWS access key ID.
         
        string access_key_id = 1;
        Returns:
        The accessKeyId.
      • getAccessKeyIdBytes

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

        String getSecretAccessKey()
         Input only. AWS secret access key.
         
        string secret_access_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        The secretAccessKey.
      • getSecretAccessKeyBytes

        com.google.protobuf.ByteString getSecretAccessKeyBytes()
         Input only. AWS secret access key.
         
        string secret_access_key = 2 [(.google.api.field_behavior) = INPUT_ONLY];
        Returns:
        The bytes for secretAccessKey.