Interface StopResourceSnapshotJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StopResourceSnapshotJobRequest.Builder,
,StopResourceSnapshotJobRequest> PartnerCentralSellingRequest.Builder
,SdkBuilder<StopResourceSnapshotJobRequest.Builder,
,StopResourceSnapshotJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StopResourceSnapshotJobRequest
@Mutable
@NotThreadSafe
public static interface StopResourceSnapshotJobRequest.Builder
extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<StopResourceSnapshotJobRequest.Builder,StopResourceSnapshotJobRequest>
-
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 identifier of the job to stop.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. Valid values are:
-
AWS: Stops the request from the production AWS environment.
-
Sandbox: Stops the request from a sandbox environment used for testing or development purposes.
- Parameters:
catalog
- Specifies the catalog related to the request. Valid values are:-
AWS: Stops the request from the production AWS environment.
-
Sandbox: Stops the request 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
StopResourceSnapshotJobRequest.Builder resourceSnapshotJobIdentifier(String resourceSnapshotJobIdentifier) The identifier of the job to stop.
- Parameters:
resourceSnapshotJobIdentifier
- The identifier of the job to stop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopResourceSnapshotJobRequest.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
StopResourceSnapshotJobRequest.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.
-