Interface GetResourceSnapshotJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetResourceSnapshotJobRequest.Builder,,GetResourceSnapshotJobRequest> PartnerCentralSellingRequest.Builder,SdkBuilder<GetResourceSnapshotJobRequest.Builder,,GetResourceSnapshotJobRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
GetResourceSnapshotJobRequest
@Mutable
@NotThreadSafe
public static interface GetResourceSnapshotJobRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<GetResourceSnapshotJobRequest.Builder,GetResourceSnapshotJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the catalog related to the request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceSnapshotJobIdentifier(String resourceSnapshotJobIdentifier) The unique identifier of the resource snapshot job to be retrieved.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. Valid values are:
-
AWS: Retrieves the snapshot job from the production AWS environment.
-
Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.
- Parameters:
catalog- Specifies the catalog related to the request. Valid values are:-
AWS: Retrieves the snapshot job from the production AWS environment.
-
Sandbox: Retrieves the snapshot job from a sandbox environment used for testing or development purposes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceSnapshotJobIdentifier
GetResourceSnapshotJobRequest.Builder resourceSnapshotJobIdentifier(String resourceSnapshotJobIdentifier) The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.
- Parameters:
resourceSnapshotJobIdentifier- The unique identifier of the resource snapshot job to be retrieved. This identifier is crucial for pinpointing the specific job you want to query.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetResourceSnapshotJobRequest.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
GetResourceSnapshotJobRequest.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.
-