Uses of Interface
software.amazon.awssdk.services.entityresolution.model.ProviderIntermediateDataAccessConfiguration.Builder
-
Packages that use ProviderIntermediateDataAccessConfiguration.Builder Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of ProviderIntermediateDataAccessConfiguration.Builder in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return ProviderIntermediateDataAccessConfiguration.Builder Modifier and Type Method Description ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration.Builder. awsAccountIds(String... awsAccountIds)The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration.Builder. awsAccountIds(Collection<String> awsAccountIds)The Amazon Web Services account that provider can use to read or write data into the customer's intermediate S3 bucket.static ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration. builder()ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration.Builder. requiredBucketActions(String... requiredBucketActions)The S3 bucket actions that the provider requires permission for.ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration.Builder. requiredBucketActions(Collection<String> requiredBucketActions)The S3 bucket actions that the provider requires permission for.ProviderIntermediateDataAccessConfiguration.BuilderProviderIntermediateDataAccessConfiguration. toBuilder()Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type ProviderIntermediateDataAccessConfiguration.Builder Modifier and Type Method Description static Class<? extends ProviderIntermediateDataAccessConfiguration.Builder>ProviderIntermediateDataAccessConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.entityresolution.model with type arguments of type ProviderIntermediateDataAccessConfiguration.Builder Modifier and Type Method Description default GetProviderServiceResponse.BuilderGetProviderServiceResponse.Builder. providerIntermediateDataAccessConfiguration(Consumer<ProviderIntermediateDataAccessConfiguration.Builder> providerIntermediateDataAccessConfiguration)The Amazon Web Services accounts and the S3 permissions that are required by some providers to create an S3 bucket for intermediate data storage.
-