Class ListIndexedRecoveryPointsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.backup.model.BackupRequest
-
- software.amazon.awssdk.services.backup.model.ListIndexedRecoveryPointsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListIndexedRecoveryPointsRequest extends BackupRequest implements ToCopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListIndexedRecoveryPointsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListIndexedRecoveryPointsRequest.Builderbuilder()InstantcreatedAfter()Returns only indexed recovery points that were created after the specified date.InstantcreatedBefore()Returns only indexed recovery points that were created before the specified date.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IndexStatusindexStatus()Include this parameter to filter the returned list by the indicated statuses.StringindexStatusAsString()Include this parameter to filter the returned list by the indicated statuses.IntegermaxResults()The maximum number of resource list items to be returned.StringnextToken()The next item following a partial list of returned recovery points.StringresourceType()Returns a list of indexed recovery points for the specified resource type(s).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListIndexedRecoveryPointsRequest.Builder>serializableBuilderClass()StringsourceResourceArn()A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.ListIndexedRecoveryPointsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResultsnumber of indexed recovery points,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- The next item following a partial list of returned recovery points.
For example, if a request is made to return
MaxResultsnumber of indexed recovery points,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.
-
maxResults
public final Integer maxResults()
The maximum number of resource list items to be returned.
- Returns:
- The maximum number of resource list items to be returned.
-
sourceResourceArn
public final String sourceResourceArn()
A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
- Returns:
- A string of the Amazon Resource Name (ARN) that uniquely identifies the source resource.
-
createdBefore
public final Instant createdBefore()
Returns only indexed recovery points that were created before the specified date.
- Returns:
- Returns only indexed recovery points that were created before the specified date.
-
createdAfter
public final Instant createdAfter()
Returns only indexed recovery points that were created after the specified date.
- Returns:
- Returns only indexed recovery points that were created after the specified date.
-
resourceType
public final String resourceType()
Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
-
EBSfor Amazon Elastic Block Store -
S3for Amazon Simple Storage Service (Amazon S3)
- Returns:
- Returns a list of indexed recovery points for the specified resource type(s).
Accepted values include:
-
EBSfor Amazon Elastic Block Store -
S3for Amazon Simple Storage Service (Amazon S3)
-
-
-
indexStatus
public final IndexStatus indexStatus()
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.If the service returns an enum value that is not available in the current SDK version,
indexStatuswill returnIndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindexStatusAsString().- Returns:
- Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search. - See Also:
IndexStatus
-
indexStatusAsString
public final String indexStatusAsString()
Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search.If the service returns an enum value that is not available in the current SDK version,
indexStatuswill returnIndexStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromindexStatusAsString().- Returns:
- Include this parameter to filter the returned list by the indicated statuses.
Accepted values:
PENDING|ACTIVE|FAILED|DELETINGA recovery point with an index that has the status of
ACTIVEcan be included in a search. - See Also:
IndexStatus
-
toBuilder
public ListIndexedRecoveryPointsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListIndexedRecoveryPointsRequest.Builder,ListIndexedRecoveryPointsRequest>- Specified by:
toBuilderin classBackupRequest
-
builder
public static ListIndexedRecoveryPointsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListIndexedRecoveryPointsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-