Interface CreateSegmentSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateSegmentSnapshotResponse.Builder,CreateSegmentSnapshotResponse>,CustomerProfilesResponse.Builder,SdkBuilder<CreateSegmentSnapshotResponse.Builder,CreateSegmentSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateSegmentSnapshotResponse
public static interface CreateSegmentSnapshotResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<CreateSegmentSnapshotResponse.Builder,CreateSegmentSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSegmentSnapshotResponse.BuildersnapshotId(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 Detail
-
snapshotId
CreateSegmentSnapshotResponse.Builder snapshotId(String 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.
-
-