Interface StartResourceSnapshotJobRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartResourceSnapshotJobRequest.Builder,StartResourceSnapshotJobRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<StartResourceSnapshotJobRequest.Builder,StartResourceSnapshotJobRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartResourceSnapshotJobRequest
public static interface StartResourceSnapshotJobRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<StartResourceSnapshotJobRequest.Builder,StartResourceSnapshotJobRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartResourceSnapshotJobRequest.Buildercatalog(String catalog)Specifies the catalog related to the request.StartResourceSnapshotJobRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartResourceSnapshotJobRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartResourceSnapshotJobRequest.BuilderresourceSnapshotJobIdentifier(String resourceSnapshotJobIdentifier)The identifier of the resource snapshot job to start.-
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
StartResourceSnapshotJobRequest.Builder catalog(String catalog)
Specifies the catalog related to the request. Valid values are:
-
AWS: Starts the request from the production AWS environment.
-
Sandbox: Starts 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: Starts the request from the production AWS environment.
-
Sandbox: Starts 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
StartResourceSnapshotJobRequest.Builder resourceSnapshotJobIdentifier(String resourceSnapshotJobIdentifier)
The identifier of the resource snapshot job to start.
- Parameters:
resourceSnapshotJobIdentifier- The identifier of the resource snapshot job to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartResourceSnapshotJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartResourceSnapshotJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-