Interface SearchJobBackupsResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SearchJobBackupsResult.Builder,
,SearchJobBackupsResult> SdkBuilder<SearchJobBackupsResult.Builder,
,SearchJobBackupsResult> SdkPojo
- Enclosing class:
SearchJobBackupsResult
@Mutable
@NotThreadSafe
public static interface SearchJobBackupsResult.Builder
extends SdkPojo, CopyableBuilder<SearchJobBackupsResult.Builder,SearchJobBackupsResult>
-
Method Summary
Modifier and TypeMethodDescriptionbackupCreationTime
(Instant backupCreationTime) This is the creation time of the backup (recovery point).backupResourceArn
(String backupResourceArn) The Amazon Resource Name (ARN) that uniquely identifies the backup resources.indexCreationTime
(Instant indexCreationTime) This is the creation time of the backup index.resourceType
(String resourceType) This is the resource type of the search.resourceType
(ResourceType resourceType) This is the resource type of the search.sourceResourceArn
(String sourceResourceArn) The Amazon Resource Name (ARN) that uniquely identifies the source resources.This is the status of the search job backup result.status
(SearchJobState status) This is the status of the search job backup result.statusMessage
(String statusMessage) This is the status message included with the results.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 Details
-
status
This is the status of the search job backup result.
- Parameters:
status
- This is the status of the search job backup result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
This is the status of the search job backup result.
- Parameters:
status
- This is the status of the search job backup result.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
This is the status message included with the results.
- Parameters:
statusMessage
- This is the status message included with the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
This is the resource type of the search.
- Parameters:
resourceType
- This is the resource type of the search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
This is the resource type of the search.
- Parameters:
resourceType
- This is the resource type of the search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
backupResourceArn
The Amazon Resource Name (ARN) that uniquely identifies the backup resources.
- Parameters:
backupResourceArn
- The Amazon Resource Name (ARN) that uniquely identifies the backup resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceResourceArn
The Amazon Resource Name (ARN) that uniquely identifies the source resources.
- Parameters:
sourceResourceArn
- The Amazon Resource Name (ARN) that uniquely identifies the source resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexCreationTime
This is the creation time of the backup index.
- Parameters:
indexCreationTime
- This is the creation time of the backup index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupCreationTime
This is the creation time of the backup (recovery point).
- Parameters:
backupCreationTime
- This is the creation time of the backup (recovery point).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-