Interface RetrieverContentSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RetrieverContentSource.Builder,,RetrieverContentSource> SdkBuilder<RetrieverContentSource.Builder,,RetrieverContentSource> SdkPojo
- Enclosing class:
RetrieverContentSource
@Mutable
@NotThreadSafe
public static interface RetrieverContentSource.Builder
extends SdkPojo, CopyableBuilder<RetrieverContentSource.Builder,RetrieverContentSource>
-
Method Summary
Modifier and TypeMethodDescriptionretrieverId(String retrieverId) The unique identifier of the retriever to use as the content source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
retrieverId
The unique identifier of the retriever to use as the content source.
- Parameters:
retrieverId- The unique identifier of the retriever to use as the content source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-