Interface ListRestoreJobSummariesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BackupRequest.Builder,Buildable,CopyableBuilder<ListRestoreJobSummariesRequest.Builder,ListRestoreJobSummariesRequest>,SdkBuilder<ListRestoreJobSummariesRequest.Builder,ListRestoreJobSummariesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRestoreJobSummariesRequest
public static interface ListRestoreJobSummariesRequest.Builder extends BackupRequest.Builder, SdkPojo, CopyableBuilder<ListRestoreJobSummariesRequest.Builder,ListRestoreJobSummariesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRestoreJobSummariesRequest.BuilderaccountId(String accountId)Returns the job count for the specified account.ListRestoreJobSummariesRequest.BuilderaggregationPeriod(String aggregationPeriod)This is the period that sets the boundaries for returned results.ListRestoreJobSummariesRequest.BuilderaggregationPeriod(AggregationPeriod aggregationPeriod)This is the period that sets the boundaries for returned results.ListRestoreJobSummariesRequest.BuildermaxResults(Integer maxResults)This parameter sets the maximum number of items to be returned.ListRestoreJobSummariesRequest.BuildernextToken(String nextToken)The next item following a partial list of returned resources.ListRestoreJobSummariesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRestoreJobSummariesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRestoreJobSummariesRequest.BuilderresourceType(String resourceType)Returns the job count for the specified resource type.ListRestoreJobSummariesRequest.Builderstate(String state)This parameter returns the job count for jobs with the specified state.ListRestoreJobSummariesRequest.Builderstate(RestoreJobState state)This parameter returns the job count for jobs with the specified state.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.backup.model.BackupRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
accountId
ListRestoreJobSummariesRequest.Builder accountId(String accountId)
Returns the job count for the specified account.
If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.
Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization.
AGGREGATE_ALLaggregates job counts from all accounts within the authenticated organization, then returns the sum.- Parameters:
accountId- Returns the job count for the specified account.If the request is sent from a member account or an account not part of Amazon Web Services Organizations, jobs within requestor's account will be returned.
Root, admin, and delegated administrator accounts can use the value ANY to return job counts from every account in the organization.
AGGREGATE_ALLaggregates job counts from all accounts within the authenticated organization, then returns the sum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ListRestoreJobSummariesRequest.Builder state(String state)
This parameter returns the job count for jobs with the specified state.
The the value ANY returns count of all states.
AGGREGATE_ALLaggregates job counts for all states and returns the sum.- Parameters:
state- This parameter returns the job count for jobs with the specified state.The the value ANY returns count of all states.
AGGREGATE_ALLaggregates job counts for all states and returns the sum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreJobState,RestoreJobState
-
state
ListRestoreJobSummariesRequest.Builder state(RestoreJobState state)
This parameter returns the job count for jobs with the specified state.
The the value ANY returns count of all states.
AGGREGATE_ALLaggregates job counts for all states and returns the sum.- Parameters:
state- This parameter returns the job count for jobs with the specified state.The the value ANY returns count of all states.
AGGREGATE_ALLaggregates job counts for all states and returns the sum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RestoreJobState,RestoreJobState
-
resourceType
ListRestoreJobSummariesRequest.Builder resourceType(String resourceType)
Returns the job count for the specified resource type. Use request
GetSupportedResourceTypesto obtain strings for supported resource types.The the value ANY returns count of all resource types.
AGGREGATE_ALLaggregates job counts for all resource types and returns the sum.The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
- Parameters:
resourceType- Returns the job count for the specified resource type. Use requestGetSupportedResourceTypesto obtain strings for supported resource types.The the value ANY returns count of all resource types.
AGGREGATE_ALLaggregates job counts for all resource types and returns the sum.The type of Amazon Web Services resource to be backed up; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationPeriod
ListRestoreJobSummariesRequest.Builder aggregationPeriod(String aggregationPeriod)
This is the period that sets the boundaries for returned results.
Acceptable values include
-
ONE_DAYfor daily job count for the prior 14 days. -
SEVEN_DAYSfor the aggregated job count for the prior 7 days. -
FOURTEEN_DAYSfor aggregated job count for prior 14 days.
- Parameters:
aggregationPeriod- This is the period that sets the boundaries for returned results.Acceptable values include
-
ONE_DAYfor daily job count for the prior 14 days. -
SEVEN_DAYSfor the aggregated job count for the prior 7 days. -
FOURTEEN_DAYSfor aggregated job count for prior 14 days.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationPeriod,AggregationPeriod
-
-
aggregationPeriod
ListRestoreJobSummariesRequest.Builder aggregationPeriod(AggregationPeriod aggregationPeriod)
This is the period that sets the boundaries for returned results.
Acceptable values include
-
ONE_DAYfor daily job count for the prior 14 days. -
SEVEN_DAYSfor the aggregated job count for the prior 7 days. -
FOURTEEN_DAYSfor aggregated job count for prior 14 days.
- Parameters:
aggregationPeriod- This is the period that sets the boundaries for returned results.Acceptable values include
-
ONE_DAYfor daily job count for the prior 14 days. -
SEVEN_DAYSfor the aggregated job count for the prior 7 days. -
FOURTEEN_DAYSfor aggregated job count for prior 14 days.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationPeriod,AggregationPeriod
-
-
maxResults
ListRestoreJobSummariesRequest.Builder maxResults(Integer maxResults)
This parameter sets the maximum number of items to be returned.
The value is an integer. Range of accepted values is from 1 to 500.
- Parameters:
maxResults- This parameter sets the maximum number of items to be returned.The value is an integer. Range of accepted values is from 1 to 500.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListRestoreJobSummariesRequest.Builder nextToken(String nextToken)
The next item following a partial list of returned resources. For example, if a request is made to return
MaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Parameters:
nextToken- The next item following a partial list of returned resources. For example, if a request is made to returnMaxResultsnumber of resources,NextTokenallows you to return more items in your list starting at the location pointed to by the next token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRestoreJobSummariesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRestoreJobSummariesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-