Interface ImportReferenceSourceItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ImportReferenceSourceItem.Builder,
,ImportReferenceSourceItem> SdkBuilder<ImportReferenceSourceItem.Builder,
,ImportReferenceSourceItem> SdkPojo
- Enclosing class:
ImportReferenceSourceItem
public static interface ImportReferenceSourceItem.Builder
extends SdkPojo, CopyableBuilder<ImportReferenceSourceItem.Builder,ImportReferenceSourceItem>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The source's description.The source's name.sourceFile
(String sourceFile) The source file's location in Amazon S3.The source's status.status
(ReferenceImportJobItemStatus status) The source's status.statusMessage
(String statusMessage) The source's status message.The source's tags.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
-
sourceFile
The source file's location in Amazon S3.
- Parameters:
sourceFile
- The source file's location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The source's status.
- Parameters:
status
- The source's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The source's status.
- Parameters:
status
- The source's status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The source's status message.
- Parameters:
statusMessage
- The source's status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The source's name.
- Parameters:
name
- The source's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The source's description.
- Parameters:
description
- The source's description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The source's tags.
- Parameters:
tags
- The source's tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-