Interface CreateSegmentSnapshotResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSegmentSnapshotResponse.Builder,
,CreateSegmentSnapshotResponse> CustomerProfilesResponse.Builder
,SdkBuilder<CreateSegmentSnapshotResponse.Builder,
,CreateSegmentSnapshotResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSegmentSnapshotResponse
@Mutable
@NotThreadSafe
public static interface CreateSegmentSnapshotResponse.Builder
extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateSegmentSnapshotResponse.Builder,CreateSegmentSnapshotResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsnapshotId
(String snapshotId) The unique identifier of the segment snapshot.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesResponse.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 Details
-
snapshotId
The unique identifier of the segment snapshot.
- Parameters:
snapshotId
- The unique identifier of the segment snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-