Interface AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder

    • Method Detail

      • appIdClientRegex

        AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder appIdClientRegex​(String appIdClientRegex)

        A regular expression for validating the incoming Amazon Cognito user pools app client ID. If this value isn't set, no filtering is applied.

        Parameters:
        appIdClientRegex - A regular expression for validating the incoming Amazon Cognito user pools app client ID. If this value isn't set, no filtering is applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • awsRegion

        AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder awsRegion​(String awsRegion)

        The Amazon Web Services Region in which the user pool was created.

        Parameters:
        awsRegion - The Amazon Web Services Region in which the user pool was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • defaultAction

        AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder defaultAction​(String defaultAction)

        The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pools authentication doesn't match the Amazon Cognito user pools configuration.

        Parameters:
        defaultAction - The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pools authentication doesn't match the Amazon Cognito user pools configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.