Interface AuthorizationConfig.Builder

    • Method Detail

      • authorizationType

        AuthorizationConfig.Builder authorizationType​(String authorizationType)

        The authorization type that the HTTP endpoint requires.

        • AWS_IAM: The authorization type is Signature Version 4 (SigV4).

        Parameters:
        authorizationType - The authorization type that the HTTP endpoint requires.

        • AWS_IAM: The authorization type is Signature Version 4 (SigV4).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthorizationType, AuthorizationType
      • authorizationType

        AuthorizationConfig.Builder authorizationType​(AuthorizationType authorizationType)

        The authorization type that the HTTP endpoint requires.

        • AWS_IAM: The authorization type is Signature Version 4 (SigV4).

        Parameters:
        authorizationType - The authorization type that the HTTP endpoint requires.

        • AWS_IAM: The authorization type is Signature Version 4 (SigV4).

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuthorizationType, AuthorizationType
      • awsIamConfig

        AuthorizationConfig.Builder awsIamConfig​(AwsIamConfig awsIamConfig)

        The Identity and Access Management (IAM) settings.

        Parameters:
        awsIamConfig - The Identity and Access Management (IAM) settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.