Interface CreateResourceSnapshotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateResourceSnapshotResponse.Builder,,CreateResourceSnapshotResponse> PartnerCentralSellingResponse.Builder,SdkBuilder<CreateResourceSnapshotResponse.Builder,,CreateResourceSnapshotResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateResourceSnapshotResponse
@Mutable
@NotThreadSafe
public static interface CreateResourceSnapshotResponse.Builder
extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateResourceSnapshotResponse.Builder,CreateResourceSnapshotResponse>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.Specifies the revision number of the created snapshot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.
- Parameters:
arn- Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
Specifies the revision number of the created snapshot. This field provides important information about the snapshot's place in the sequence of snapshots for the given resource.
- Parameters:
revision- Specifies the revision number of the created snapshot. This field provides important information about the snapshot's place in the sequence of snapshots for the given resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-