Interface AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder,AwsAppSyncGraphQlApiUserPoolConfigDetails>, SdkBuilder<AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder,AwsAppSyncGraphQlApiUserPoolConfigDetails>, SdkPojo
Enclosing class:
AwsAppSyncGraphQlApiUserPoolConfigDetails

public static interface AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsAppSyncGraphQlApiUserPoolConfigDetails.Builder,AwsAppSyncGraphQlApiUserPoolConfigDetails>
  • Method Details

    • 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

      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

      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.
    • userPoolId

      The user pool ID.

      Parameters:
      userPoolId - The user pool ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.