Interface UpdateRecoveryPointIndexSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BackupResponse.Builder,Buildable,CopyableBuilder<UpdateRecoveryPointIndexSettingsResponse.Builder,UpdateRecoveryPointIndexSettingsResponse>,SdkBuilder<UpdateRecoveryPointIndexSettingsResponse.Builder,UpdateRecoveryPointIndexSettingsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateRecoveryPointIndexSettingsResponse
public static interface UpdateRecoveryPointIndexSettingsResponse.Builder extends BackupResponse.Builder, SdkPojo, CopyableBuilder<UpdateRecoveryPointIndexSettingsResponse.Builder,UpdateRecoveryPointIndexSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateRecoveryPointIndexSettingsResponse.BuilderbackupVaultName(String backupVaultName)The name of a logical container where backups are stored.UpdateRecoveryPointIndexSettingsResponse.Builderindex(String index)Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.UpdateRecoveryPointIndexSettingsResponse.Builderindex(Index index)Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.UpdateRecoveryPointIndexSettingsResponse.BuilderindexStatus(String indexStatus)This is the current status for the backup index associated with the specified recovery point.UpdateRecoveryPointIndexSettingsResponse.BuilderindexStatus(IndexStatus indexStatus)This is the current status for the backup index associated with the specified recovery point.UpdateRecoveryPointIndexSettingsResponse.BuilderrecoveryPointArn(String recoveryPointArn)An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
backupVaultName
UpdateRecoveryPointIndexSettingsResponse.Builder backupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.
- Parameters:
backupVaultName- The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recoveryPointArn
UpdateRecoveryPointIndexSettingsResponse.Builder recoveryPointArn(String recoveryPointArn)
An ARN that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.- Parameters:
recoveryPointArn- An ARN that uniquely identifies a recovery point; for example,arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
indexStatus
UpdateRecoveryPointIndexSettingsResponse.Builder indexStatus(String indexStatus)
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Parameters:
indexStatus- This is the current status for the backup index associated with the specified recovery point.Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexStatus,IndexStatus
-
indexStatus
UpdateRecoveryPointIndexSettingsResponse.Builder indexStatus(IndexStatus indexStatus)
This is the current status for the backup index associated with the specified recovery point.
Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Parameters:
indexStatus- This is the current status for the backup index associated with the specified recovery point.Statuses are:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
IndexStatus,IndexStatus
-
index
UpdateRecoveryPointIndexSettingsResponse.Builder index(String index)
Index can have 1 of 2 possible values, either
ENABLEDorDISABLED.A value of
ENABLEDmeans a backup index for an eligibleACTIVErecovery point has been created.A value of
DISABLEDmeans a backup index was deleted.- Parameters:
index- Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.A value of
ENABLEDmeans a backup index for an eligibleACTIVErecovery point has been created.A value of
DISABLEDmeans a backup index was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Index,Index
-
index
UpdateRecoveryPointIndexSettingsResponse.Builder index(Index index)
Index can have 1 of 2 possible values, either
ENABLEDorDISABLED.A value of
ENABLEDmeans a backup index for an eligibleACTIVErecovery point has been created.A value of
DISABLEDmeans a backup index was deleted.- Parameters:
index- Index can have 1 of 2 possible values, eitherENABLEDorDISABLED.A value of
ENABLEDmeans a backup index for an eligibleACTIVErecovery point has been created.A value of
DISABLEDmeans a backup index was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
Index,Index
-
-