Interface UpdateLakeFormationIdentityCenterConfigurationRequest.Builder

  • Method Details

    • catalogId

      The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.

      Parameters:
      catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • shareRecipients

      A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.

      If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources.

      If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged.

      If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.

      Parameters:
      shareRecipients - A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.

      If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources.

      If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged.

      If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.

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

      A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.

      If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources.

      If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged.

      If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.

      Parameters:
      shareRecipients - A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.

      If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources.

      If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged.

      If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.

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

      A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that are allowed to access to access data managed by Lake Formation.

      If the ShareRecipients list includes valid values, then the resource share is updated with the principals you want to have access to the resources.

      If the ShareRecipients value is null, both the list of share recipients and the resource share remain unchanged.

      If the ShareRecipients value is an empty list, then the existing share recipients list will be cleared, and the resource share will be deleted.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to shareRecipients(List<DataLakePrincipal>).

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

      Allows to enable or disable the IAM Identity Center connection.

      Parameters:
      applicationStatus - Allows to enable or disable the IAM Identity Center connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • applicationStatus

      Allows to enable or disable the IAM Identity Center connection.

      Parameters:
      applicationStatus - Allows to enable or disable the IAM Identity Center connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • externalFiltering

      A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.

      Parameters:
      externalFiltering - A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalFiltering

      A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.

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

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

      Parameters:
      externalFiltering - a consumer that will call methods on ExternalFilteringConfiguration.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.