Uses of Interface
software.amazon.awssdk.services.partnercentralselling.model.CreateResourceSnapshotRequest.Builder
-
Packages that use CreateResourceSnapshotRequest.Builder Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of CreateResourceSnapshotRequest.Builder in software.amazon.awssdk.services.partnercentralselling
Method parameters in software.amazon.awssdk.services.partnercentralselling with type arguments of type CreateResourceSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateResourceSnapshotResponse>PartnerCentralSellingAsyncClient. createResourceSnapshot(Consumer<CreateResourceSnapshotRequest.Builder> createResourceSnapshotRequest)This action allows you to create an immutable snapshot of a specific resource, such as an opportunity, within the context of an engagement.default CreateResourceSnapshotResponsePartnerCentralSellingClient. createResourceSnapshot(Consumer<CreateResourceSnapshotRequest.Builder> createResourceSnapshotRequest)This action allows you to create an immutable snapshot of a specific resource, such as an opportunity, within the context of an engagement. -
Uses of CreateResourceSnapshotRequest.Builder in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return CreateResourceSnapshotRequest.Builder Modifier and Type Method Description static CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest. builder()CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. catalog(String catalog)Specifies the catalog where the snapshot is created.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. clientToken(String clientToken)Specifies a unique, client-generated UUID to ensure that the request is handled exactly once.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. engagementIdentifier(String engagementIdentifier)The unique identifier of the engagement associated with this snapshot.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. resourceIdentifier(String resourceIdentifier)The unique identifier of the specific resource to be snapshotted.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. resourceSnapshotTemplateIdentifier(String resourceSnapshotTemplateIdentifier)The name of the template that defines the schema for the snapshot.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. resourceType(String resourceType)Specifies the type of resource for which the snapshot is being created.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest.Builder. resourceType(ResourceType resourceType)Specifies the type of resource for which the snapshot is being created.CreateResourceSnapshotRequest.BuilderCreateResourceSnapshotRequest. toBuilder()Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type CreateResourceSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateResourceSnapshotRequest.Builder>CreateResourceSnapshotRequest. serializableBuilderClass()
-