Interface ListSourceCredentialsResponse.Builder

    • Method Detail

      • sourceCredentialsInfos

        ListSourceCredentialsResponse.Builder sourceCredentialsInfos​(Collection<SourceCredentialsInfo> sourceCredentialsInfos)

        A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.

        Parameters:
        sourceCredentialsInfos - A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceCredentialsInfos

        ListSourceCredentialsResponse.Builder sourceCredentialsInfos​(SourceCredentialsInfo... sourceCredentialsInfos)

        A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.

        Parameters:
        sourceCredentialsInfos - A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.
        Returns:
        Returns a reference to this object so that method calls can be chained together.