Interface CatalogImportStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>,SdkBuilder<CatalogImportStatus.Builder,CatalogImportStatus>,SdkPojo
- Enclosing class:
- CatalogImportStatus
public static interface CatalogImportStatus.Builder extends SdkPojo, CopyableBuilder<CatalogImportStatus.Builder,CatalogImportStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CatalogImportStatus.BuilderimportCompleted(Boolean importCompleted)Trueif the migration has completed, orFalseotherwise.CatalogImportStatus.BuilderimportedBy(String importedBy)The name of the person who initiated the migration.CatalogImportStatus.BuilderimportTime(Instant importTime)The time that the migration was started.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
importCompleted
CatalogImportStatus.Builder importCompleted(Boolean importCompleted)
Trueif the migration has completed, orFalseotherwise.- Parameters:
importCompleted-Trueif the migration has completed, orFalseotherwise.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importTime
CatalogImportStatus.Builder importTime(Instant importTime)
The time that the migration was started.
- Parameters:
importTime- The time that the migration was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importedBy
CatalogImportStatus.Builder importedBy(String importedBy)
The name of the person who initiated the migration.
- Parameters:
importedBy- The name of the person who initiated the migration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-