Interface ImportsListItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportsListItem.Builder,
,ImportsListItem> SdkBuilder<ImportsListItem.Builder,
,ImportsListItem> SdkPojo
- Enclosing class:
ImportsListItem
public static interface ImportsListItem.Builder
extends SdkPojo, CopyableBuilder<ImportsListItem.Builder,ImportsListItem>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The timestamp of the import's creation.destinations
(String... destinations) The ARN of the destination event data store.destinations
(Collection<String> destinations) The ARN of the destination event data store.The ID of the import.importStatus
(String importStatus) The status of the import.importStatus
(ImportStatus importStatus) The status of the import.updatedTimestamp
(Instant updatedTimestamp) The timestamp of the import's last update.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
-
importId
The ID of the import.
- Parameters:
importId
- The ID of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importStatus
The status of the import.
- Parameters:
importStatus
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importStatus
The status of the import.
- Parameters:
importStatus
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinations
The ARN of the destination event data store.
- Parameters:
destinations
- The ARN of the destination event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
The ARN of the destination event data store.
- Parameters:
destinations
- The ARN of the destination event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
The timestamp of the import's creation.
- Parameters:
createdTimestamp
- The timestamp of the import's creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The timestamp of the import's last update.
- Parameters:
updatedTimestamp
- The timestamp of the import's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-