Interface EBSResultItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EBSResultItem.Builder,EBSResultItem>,SdkBuilder<EBSResultItem.Builder,EBSResultItem>,SdkPojo
- Enclosing class:
- EBSResultItem
public static interface EBSResultItem.Builder extends SdkPojo, CopyableBuilder<EBSResultItem.Builder,EBSResultItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EBSResultItem.BuilderbackupResourceArn(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.EBSResultItem.BuilderbackupVaultName(String backupVaultName)The name of the backup vault.EBSResultItem.BuildercreationTime(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.EBSResultItem.BuilderfilePath(String 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.EBSResultItem.BuilderfileSize(Long 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.EBSResultItem.BuilderfileSystemIdentifier(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.EBSResultItem.BuilderlastModifiedTime(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.EBSResultItem.BuildersourceResourceArn(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 Detail
-
backupResourceArn
EBSResultItem.Builder backupResourceArn(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.
- 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
EBSResultItem.Builder 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.
- 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
EBSResultItem.Builder backupVaultName(String 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
EBSResultItem.Builder 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.
- 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
EBSResultItem.Builder filePath(String 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
EBSResultItem.Builder fileSize(Long 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
EBSResultItem.Builder 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.
- 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
EBSResultItem.Builder 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.
- 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.
-
-