Interface GetSegmentSnapshotRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetSegmentSnapshotRequest.Builder,
,GetSegmentSnapshotRequest> CustomerProfilesRequest.Builder
,SdkBuilder<GetSegmentSnapshotRequest.Builder,
,GetSegmentSnapshotRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetSegmentSnapshotRequest
@Mutable
@NotThreadSafe
public static interface GetSegmentSnapshotRequest.Builder
extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetSegmentSnapshotRequest.Builder,GetSegmentSnapshotRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) The unique identifier of the domain.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.segmentDefinitionName
(String segmentDefinitionName) The unique name of the segment definition.snapshotId
(String snapshotId) The unique identifier of the segment snapshot.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domainName
The unique identifier of the domain.
- Parameters:
domainName
- The unique identifier of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentDefinitionName
The unique name of the segment definition.
- Parameters:
segmentDefinitionName
- The unique name of the segment definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
overrideConfiguration
GetSegmentSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetSegmentSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-