Interface CreateResourceSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateResourceSnapshotResponse.Builder,CreateResourceSnapshotResponse>,PartnerCentralSellingResponse.Builder,SdkBuilder<CreateResourceSnapshotResponse.Builder,CreateResourceSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateResourceSnapshotResponse
public static interface CreateResourceSnapshotResponse.Builder extends PartnerCentralSellingResponse.Builder, SdkPojo, CopyableBuilder<CreateResourceSnapshotResponse.Builder,CreateResourceSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateResourceSnapshotResponse.Builderarn(String arn)Specifies the Amazon Resource Name (ARN) that uniquely identifies the snapshot created.CreateResourceSnapshotResponse.Builderrevision(Integer revision)Specifies the revision number of the created snapshot.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.partnercentralselling.model.PartnerCentralSellingResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateResourceSnapshotResponse.Builder arn(String 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
CreateResourceSnapshotResponse.Builder revision(Integer 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.
-
-