Interface StopResourceSnapshotJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StopResourceSnapshotJobRequest.Builder,StopResourceSnapshotJobRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<StopResourceSnapshotJobRequest.Builder,StopResourceSnapshotJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopResourceSnapshotJobRequest
public static interface StopResourceSnapshotJobRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<StopResourceSnapshotJobRequest.Builder,StopResourceSnapshotJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopResourceSnapshotJobRequest.Buildercatalog(String catalog)Specifies the catalog related to the request.StopResourceSnapshotJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopResourceSnapshotJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopResourceSnapshotJobRequest.BuilderresourceSnapshotJobIdentifier(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 Detail
-
catalog
StopResourceSnapshotJobRequest.Builder catalog(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopResourceSnapshotJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-