Interface GetOpenIdTokenRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CognitoIdentityRequest.Builder, CopyableBuilder<GetOpenIdTokenRequest.Builder,GetOpenIdTokenRequest>, SdkBuilder<GetOpenIdTokenRequest.Builder,GetOpenIdTokenRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetOpenIdTokenRequest

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

    • identityId

      GetOpenIdTokenRequest.Builder identityId(String identityId)

      A unique identifier in the format REGION:GUID.

      Parameters:
      identityId - A unique identifier in the format REGION:GUID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • logins

      A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenID Connect provider, always include the id_token.

      Parameters:
      logins - A set of optional name-value pairs that map provider names to provider tokens. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenID Connect provider, always include the id_token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetOpenIdTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration 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.