Interface AgenticRetrieveSourceMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgenticRetrieveSourceMetadata.Builder,,AgenticRetrieveSourceMetadata> SdkBuilder<AgenticRetrieveSourceMetadata.Builder,,AgenticRetrieveSourceMetadata> SdkPojo
- Enclosing class:
AgenticRetrieveSourceMetadata
@Mutable
@NotThreadSafe
public static interface AgenticRetrieveSourceMetadata.Builder
extends SdkPojo, CopyableBuilder<AgenticRetrieveSourceMetadata.Builder,AgenticRetrieveSourceMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionidentifier(String identifier) The identifier of the retrieval source.retrievalType(String retrievalType) The type of retrieval source.retrievalType(AgenticRetrieveType retrievalType) The type of retrieval 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
-
identifier
The identifier of the retrieval source.
- Parameters:
identifier- The identifier of the retrieval source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrievalType
The type of retrieval source.
- Parameters:
retrievalType- The type of retrieval source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
retrievalType
The type of retrieval source.
- Parameters:
retrievalType- The type of retrieval source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-