Interface ListResourceSnapshotsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceSnapshotsRequest.Builder,,ListResourceSnapshotsRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<ListResourceSnapshotsRequest.Builder,,ListResourceSnapshotsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListResourceSnapshotsRequest
@Mutable
@NotThreadSafe
public static interface ListResourceSnapshotsRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<ListResourceSnapshotsRequest.Builder,ListResourceSnapshotsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog related to the request.Filters the response to include only snapshots of resources owned by the specified AWS account.engagementIdentifier(String engagementIdentifier) The unique identifier of the engagement associated with the snapshots.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next set of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifier(String resourceIdentifier) Filters the response to include only snapshots of the specified resource.resourceSnapshotTemplateIdentifier(String resourceSnapshotTemplateIdentifier) Filters the response to include only snapshots created using the specified template.resourceType(String resourceType) Filters the response to include only snapshots of the specified resource type.resourceType(ResourceType resourceType) Filters the response to include only snapshots of the specified resource type.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
catalog
Specifies the catalog related to the request.
- Parameters:
catalog- Specifies the catalog related to the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call.
- Parameters:
maxResults- The maximum number of results to return in a single call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementIdentifier
The unique identifier of the engagement associated with the snapshots.
- Parameters:
engagementIdentifier- The unique identifier of the engagement associated with the snapshots.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Filters the response to include only snapshots of the specified resource type.
- Parameters:
resourceType- Filters the response to include only snapshots of the specified resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Filters the response to include only snapshots of the specified resource type.
- Parameters:
resourceType- Filters the response to include only snapshots of the specified resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceIdentifier
Filters the response to include only snapshots of the specified resource.
- Parameters:
resourceIdentifier- Filters the response to include only snapshots of the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceSnapshotTemplateIdentifier
ListResourceSnapshotsRequest.Builder resourceSnapshotTemplateIdentifier(String resourceSnapshotTemplateIdentifier) Filters the response to include only snapshots created using the specified template.
- Parameters:
resourceSnapshotTemplateIdentifier- Filters the response to include only snapshots created using the specified template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
Filters the response to include only snapshots of resources owned by the specified AWS account.
- Parameters:
createdBy- Filters the response to include only snapshots of resources owned by the specified AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResourceSnapshotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-