Interface GetSegmentSnapshotResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetSegmentSnapshotResponse.Builder,GetSegmentSnapshotResponse>,CustomerProfilesResponse.Builder,SdkBuilder<GetSegmentSnapshotResponse.Builder,GetSegmentSnapshotResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetSegmentSnapshotResponse
public static interface GetSegmentSnapshotResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<GetSegmentSnapshotResponse.Builder,GetSegmentSnapshotResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSegmentSnapshotResponse.BuilderdataFormat(String dataFormat)The format in which the segment will be exported.GetSegmentSnapshotResponse.BuilderdataFormat(DataFormat dataFormat)The format in which the segment will be exported.GetSegmentSnapshotResponse.BuilderdestinationUri(String destinationUri)The destination to which the segment will be exported.GetSegmentSnapshotResponse.BuilderencryptionKey(String encryptionKey)The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.GetSegmentSnapshotResponse.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.GetSegmentSnapshotResponse.BuildersnapshotId(String snapshotId)The unique identifier of the segment snapshot.GetSegmentSnapshotResponse.Builderstatus(String status)The status of the asynchronous job for exporting the segment snapshot.GetSegmentSnapshotResponse.Builderstatus(SegmentSnapshotStatus status)The status of the asynchronous job for exporting the segment snapshot.GetSegmentSnapshotResponse.BuilderstatusMessage(String statusMessage)The status message of the asynchronous job for exporting 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
GetSegmentSnapshotResponse.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.
-
status
GetSegmentSnapshotResponse.Builder status(String status)
The status of the asynchronous job for exporting the segment snapshot.
- Parameters:
status- The status of the asynchronous job for exporting the segment snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentSnapshotStatus,SegmentSnapshotStatus
-
status
GetSegmentSnapshotResponse.Builder status(SegmentSnapshotStatus status)
The status of the asynchronous job for exporting the segment snapshot.
- Parameters:
status- The status of the asynchronous job for exporting the segment snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
SegmentSnapshotStatus,SegmentSnapshotStatus
-
statusMessage
GetSegmentSnapshotResponse.Builder statusMessage(String statusMessage)
The status message of the asynchronous job for exporting the segment snapshot.
- Parameters:
statusMessage- The status message of the asynchronous job for exporting the segment snapshot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataFormat
GetSegmentSnapshotResponse.Builder dataFormat(String dataFormat)
The format in which the segment will be exported.
- Parameters:
dataFormat- The format in which the segment will be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataFormat,DataFormat
-
dataFormat
GetSegmentSnapshotResponse.Builder dataFormat(DataFormat dataFormat)
The format in which the segment will be exported.
- Parameters:
dataFormat- The format in which the segment will be exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataFormat,DataFormat
-
encryptionKey
GetSegmentSnapshotResponse.Builder encryptionKey(String encryptionKey)
The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.
- Parameters:
encryptionKey- The Amazon Resource Name (ARN) of the KMS key used to encrypt the exported segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
GetSegmentSnapshotResponse.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role that allows Customer Profiles service principal to assume the role for conducting KMS and S3 operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationUri
GetSegmentSnapshotResponse.Builder destinationUri(String destinationUri)
The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Amazon Connect Admin Website.
- Parameters:
destinationUri- The destination to which the segment will be exported. This field must be provided if the request is not submitted from the Amazon Connect Admin Website.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-