Interface EBSResultItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EBSResultItem.Builder,
,EBSResultItem> SdkBuilder<EBSResultItem.Builder,
,EBSResultItem> SdkPojo
- Enclosing class:
EBSResultItem
-
Method Summary
Modifier and TypeMethodDescriptionbackupResourceArn
(String backupResourceArn) These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.backupVaultName
(String backupVaultName) The name of the backup vault.creationTime
(Instant creationTime) These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.fileSystemIdentifier
(String fileSystemIdentifier) These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.lastModifiedTime
(Instant lastModifiedTime) These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.sourceResourceArn
(String sourceResourceArn) These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.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
-
backupResourceArn
These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.
- Parameters:
backupResourceArn
- These are one or more items in the results that match values for the Amazon Resource Name (ARN) of recovery points returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceResourceArn
These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.
- Parameters:
sourceResourceArn
- These are one or more items in the results that match values for the Amazon Resource Name (ARN) of source resources returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupVaultName
The name of the backup vault.
- Parameters:
backupVaultName
- The name of the backup vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemIdentifier
These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.
- Parameters:
fileSystemIdentifier
- These are one or more items in the results that match values for file systems returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePath
These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.
- Parameters:
filePath
- These are one or more items in the results that match values for file paths returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSize
These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.
- Parameters:
fileSize
- These are one or more items in the results that match values for file sizes returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.
- Parameters:
creationTime
- These are one or more items in the results that match values for creation times returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.
- Parameters:
lastModifiedTime
- These are one or more items in the results that match values for Last Modified Time returned in a search of Amazon EBS backup metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-