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
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingRequest.Builder
build
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 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.
-
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.
-
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.
-
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.
-
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.
-
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:
-
overrideConfiguration
ListResourceSnapshotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-