Interface UpdateLakeFormationIdentityCenterConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLakeFormationIdentityCenterConfigurationRequest.Builder,
,UpdateLakeFormationIdentityCenterConfigurationRequest> LakeFormationRequest.Builder
,SdkBuilder<UpdateLakeFormationIdentityCenterConfigurationRequest.Builder,
,UpdateLakeFormationIdentityCenterConfigurationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLakeFormationIdentityCenterConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionapplicationStatus
(String applicationStatus) Allows to enable or disable the IAM Identity Center connection.applicationStatus
(ApplicationStatus applicationStatus) Allows to enable or disable the IAM Identity Center connection.The identifier for the Data Catalog.externalFiltering
(Consumer<ExternalFilteringConfiguration.Builder> 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.externalFiltering
(ExternalFilteringConfiguration 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.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.shareRecipients
(Collection<DataLakePrincipal> 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.shareRecipients
(Consumer<DataLakePrincipal.Builder>... 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.shareRecipients
(DataLakePrincipal... 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.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-
applicationStatus
UpdateLakeFormationIdentityCenterConfigurationRequest.Builder applicationStatus(String 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
UpdateLakeFormationIdentityCenterConfigurationRequest.Builder applicationStatus(ApplicationStatus 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
UpdateLakeFormationIdentityCenterConfigurationRequest.Builder externalFiltering(ExternalFilteringConfiguration 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
default UpdateLakeFormationIdentityCenterConfigurationRequest.Builder externalFiltering(Consumer<ExternalFilteringConfiguration.Builder> 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 theExternalFilteringConfiguration.Builder
avoiding the need to create one manually viaExternalFilteringConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexternalFiltering(ExternalFilteringConfiguration)
.- Parameters:
externalFiltering
- a consumer that will call methods onExternalFilteringConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateLakeFormationIdentityCenterConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLakeFormationIdentityCenterConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-