Interface SearchJobBackupsResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchJobBackupsResult.Builder,SearchJobBackupsResult>,SdkBuilder<SearchJobBackupsResult.Builder,SearchJobBackupsResult>,SdkPojo
- Enclosing class:
- SearchJobBackupsResult
public static interface SearchJobBackupsResult.Builder extends SdkPojo, CopyableBuilder<SearchJobBackupsResult.Builder,SearchJobBackupsResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchJobBackupsResult.BuilderbackupCreationTime(Instant backupCreationTime)This is the creation time of the backup (recovery point).SearchJobBackupsResult.BuilderbackupResourceArn(String backupResourceArn)The Amazon Resource Name (ARN) that uniquely identifies the backup resources.SearchJobBackupsResult.BuilderindexCreationTime(Instant indexCreationTime)This is the creation time of the backup index.SearchJobBackupsResult.BuilderresourceType(String resourceType)This is the resource type of the search.SearchJobBackupsResult.BuilderresourceType(ResourceType resourceType)This is the resource type of the search.SearchJobBackupsResult.BuildersourceResourceArn(String sourceResourceArn)The Amazon Resource Name (ARN) that uniquely identifies the source resources.SearchJobBackupsResult.Builderstatus(String status)This is the status of the search job backup result.SearchJobBackupsResult.Builderstatus(SearchJobState status)This is the status of the search job backup result.SearchJobBackupsResult.BuilderstatusMessage(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 Detail
-
status
SearchJobBackupsResult.Builder status(String 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:
SearchJobState,SearchJobState
-
status
SearchJobBackupsResult.Builder status(SearchJobState 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:
SearchJobState,SearchJobState
-
statusMessage
SearchJobBackupsResult.Builder statusMessage(String 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
SearchJobBackupsResult.Builder resourceType(String 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,ResourceType
-
resourceType
SearchJobBackupsResult.Builder resourceType(ResourceType 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,ResourceType
-
backupResourceArn
SearchJobBackupsResult.Builder backupResourceArn(String 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
SearchJobBackupsResult.Builder sourceResourceArn(String 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
SearchJobBackupsResult.Builder indexCreationTime(Instant 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
SearchJobBackupsResult.Builder backupCreationTime(Instant 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.
-
-