Interface DescribeManagedLoginBrandingRequest.Builder

  • Method Details

    • userPoolId

      The ID of the user pool that contains the managed login branding style that you want to get information about.

      Parameters:
      userPoolId - The ID of the user pool that contains the managed login branding style that you want to get information about.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedLoginBrandingId

      DescribeManagedLoginBrandingRequest.Builder managedLoginBrandingId(String managedLoginBrandingId)

      The ID of the managed login branding style that you want to get more information about.

      Parameters:
      managedLoginBrandingId - The ID of the managed login branding style that you want to get more information about.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • returnMergedResources

      DescribeManagedLoginBrandingRequest.Builder returnMergedResources(Boolean returnMergedResources)

      When true, returns values for branding options that are unchanged from Amazon Cognito defaults. When false or when you omit this parameter, returns only values that you customized in your branding style.

      Parameters:
      returnMergedResources - When true, returns values for branding options that are unchanged from Amazon Cognito defaults. When false or when you omit this parameter, returns only values that you customized in your branding style.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.