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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportSource.Builder
sourceARN(String sourceARN)
The Amazon Resource Name (ARN) of the import source for the key value store.ImportSource.Builder
sourceType(String sourceType)
The source type of the import source for the key value store.ImportSource.Builder
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 Detail
-
sourceType
ImportSource.Builder sourceType(String 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:
ImportSourceType
,ImportSourceType
-
sourceType
ImportSource.Builder sourceType(ImportSourceType 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:
ImportSourceType
,ImportSourceType
-
sourceARN
ImportSource.Builder sourceARN(String 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.
-
-