Interface ContextSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ContextSource.Builder,,ContextSource> SdkBuilder<ContextSource.Builder,,ContextSource> SdkPojo
- Enclosing class:
 ContextSource
@Mutable
@NotThreadSafe
public static interface ContextSource.Builder
extends SdkPojo, CopyableBuilder<ContextSource.Builder,ContextSource> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ID of the source.sourceType(String sourceType) The type of the source.The URI of the 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
- 
sourceUri
The URI of the source.
- Parameters:
 sourceUri- The URI of the source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceType
The type of the source.
- Parameters:
 sourceType- The type of the source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sourceId
The ID of the source.
- Parameters:
 sourceId- The ID of the source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -