public static interface ProviderIntermediateDataAccessConfiguration.Builder extends SdkPojo, CopyableBuilder<ProviderIntermediateDataAccessConfiguration.Builder,ProviderIntermediateDataAccessConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ProviderIntermediateDataAccessConfiguration.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.
|
ProviderIntermediateDataAccessConfiguration.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.Builder |
requiredBucketActions(Collection<String> requiredBucketActions)
The S3 bucket actions that the provider requires permission for.
|
ProviderIntermediateDataAccessConfiguration.Builder |
requiredBucketActions(String... requiredBucketActions)
The S3 bucket actions that the provider requires permission for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProviderIntermediateDataAccessConfiguration.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.
awsAccountIds - The Amazon Web Services account that provider can use to read or write data into the customer's
intermediate S3 bucket.ProviderIntermediateDataAccessConfiguration.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.
awsAccountIds - The Amazon Web Services account that provider can use to read or write data into the customer's
intermediate S3 bucket.ProviderIntermediateDataAccessConfiguration.Builder requiredBucketActions(Collection<String> requiredBucketActions)
The S3 bucket actions that the provider requires permission for.
requiredBucketActions - The S3 bucket actions that the provider requires permission for.ProviderIntermediateDataAccessConfiguration.Builder requiredBucketActions(String... requiredBucketActions)
The S3 bucket actions that the provider requires permission for.
requiredBucketActions - The S3 bucket actions that the provider requires permission for.Copyright © 2023. All rights reserved.