Interface UpdateIdentitySourceRequest.Builder

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

  • Method Details

    • policyStoreId

      UpdateIdentitySourceRequest.Builder policyStoreId(String policyStoreId)

      Specifies the ID of the policy store that contains the identity source that you want to update.

      Parameters:
      policyStoreId - Specifies the ID of the policy store that contains the identity source that you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • identitySourceId

      UpdateIdentitySourceRequest.Builder identitySourceId(String identitySourceId)

      Specifies the ID of the identity source that you want to update.

      Parameters:
      identitySourceId - Specifies the ID of the identity source that you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateConfiguration

      UpdateIdentitySourceRequest.Builder updateConfiguration(UpdateConfiguration updateConfiguration)

      Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

      At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

      You must specify a userPoolArn, and optionally, a ClientId.

      Parameters:
      updateConfiguration - Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

      At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

      You must specify a userPoolArn, and optionally, a ClientId.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updateConfiguration

      default UpdateIdentitySourceRequest.Builder updateConfiguration(Consumer<UpdateConfiguration.Builder> updateConfiguration)

      Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.

      At this time, the only valid member of this structure is a Amazon Cognito user pool configuration.

      You must specify a userPoolArn, and optionally, a ClientId.

      This is a convenience method that creates an instance of the UpdateConfiguration.Builder avoiding the need to create one manually via UpdateConfiguration.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to updateConfiguration(UpdateConfiguration).

      Parameters:
      updateConfiguration - a consumer that will call methods on UpdateConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • principalEntityType

      UpdateIdentitySourceRequest.Builder principalEntityType(String principalEntityType)

      Specifies the data type of principals generated for identities authenticated by the identity source.

      Parameters:
      principalEntityType - Specifies the data type of principals generated for identities authenticated by the identity source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      UpdateIdentitySourceRequest.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.