public static interface ProviderProperties.Builder extends SdkPojo, CopyableBuilder<ProviderProperties.Builder,ProviderProperties>
| Modifier and Type | Method and Description |
|---|---|
default ProviderProperties.Builder |
intermediateSourceConfiguration(Consumer<IntermediateSourceConfiguration.Builder> intermediateSourceConfiguration)
The Amazon S3 location that temporarily stores your data while it processes.
|
ProviderProperties.Builder |
intermediateSourceConfiguration(IntermediateSourceConfiguration intermediateSourceConfiguration)
The Amazon S3 location that temporarily stores your data while it processes.
|
ProviderProperties.Builder |
providerConfiguration(Document providerConfiguration)
The required configuration fields to use with the provider service.
|
ProviderProperties.Builder |
providerServiceArn(String providerServiceArn)
The ARN of the provider service.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProviderProperties.Builder intermediateSourceConfiguration(IntermediateSourceConfiguration intermediateSourceConfiguration)
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
intermediateSourceConfiguration - The Amazon S3 location that temporarily stores your data while it processes. Your information won't be
saved permanently.default ProviderProperties.Builder intermediateSourceConfiguration(Consumer<IntermediateSourceConfiguration.Builder> intermediateSourceConfiguration)
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
This is a convenience method that creates an instance of theIntermediateSourceConfiguration.Builder
avoiding the need to create one manually via IntermediateSourceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
intermediateSourceConfiguration(IntermediateSourceConfiguration).
intermediateSourceConfiguration - a consumer that will call methods on IntermediateSourceConfiguration.BuilderintermediateSourceConfiguration(IntermediateSourceConfiguration)ProviderProperties.Builder providerConfiguration(Document providerConfiguration)
The required configuration fields to use with the provider service.
providerConfiguration - The required configuration fields to use with the provider service.ProviderProperties.Builder providerServiceArn(String providerServiceArn)
The ARN of the provider service.
providerServiceArn - The ARN of the provider service.Copyright © 2023. All rights reserved.