Interface GetSegmentSnapshotRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSegmentSnapshotRequest.Builder,GetSegmentSnapshotRequest>,CustomerProfilesRequest.Builder,SdkBuilder<GetSegmentSnapshotRequest.Builder,GetSegmentSnapshotRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSegmentSnapshotRequest
public static interface GetSegmentSnapshotRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<GetSegmentSnapshotRequest.Builder,GetSegmentSnapshotRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSegmentSnapshotRequest.BuilderdomainName(String domainName)The unique identifier of the domain.GetSegmentSnapshotRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentSnapshotRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentSnapshotRequest.BuildersegmentDefinitionName(String segmentDefinitionName)The unique name of the segment definition.GetSegmentSnapshotRequest.BuildersnapshotId(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 Detail
-
domainName
GetSegmentSnapshotRequest.Builder domainName(String 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
GetSegmentSnapshotRequest.Builder segmentDefinitionName(String 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
GetSegmentSnapshotRequest.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.
-
overrideConfiguration
GetSegmentSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSegmentSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-