Interface ImportSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportSource.Builder,
,ImportSource> SdkBuilder<ImportSource.Builder,
,ImportSource> SdkPojo
- Enclosing class:
ImportSource
public static interface ImportSource.Builder
extends SdkPojo, CopyableBuilder<ImportSource.Builder,ImportSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the import source for the key value store.sourceType
(String sourceType) The source type of the import source for the key value store.sourceType
(ImportSourceType sourceType) The source type of the import source for the key value store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sourceType
The source type of the import source for the key value store.
- Parameters:
sourceType
- The source type of the import source for the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The source type of the import source for the key value store.
- Parameters:
sourceType
- The source type of the import source for the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceARN
The Amazon Resource Name (ARN) of the import source for the key value store.
- Parameters:
sourceARN
- The Amazon Resource Name (ARN) of the import source for the key value store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-