Interface GetSegmentVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSegmentVersionRequest.Builder,GetSegmentVersionRequest>,PinpointRequest.Builder,SdkBuilder<GetSegmentVersionRequest.Builder,GetSegmentVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSegmentVersionRequest
public static interface GetSegmentVersionRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<GetSegmentVersionRequest.Builder,GetSegmentVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSegmentVersionRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.GetSegmentVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSegmentVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSegmentVersionRequest.BuildersegmentId(String segmentId)The unique identifier for the segment.GetSegmentVersionRequest.Builderversion(String version)The unique version number (Version property) for the campaign version.-
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.pinpoint.model.PinpointRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
applicationId
GetSegmentVersionRequest.Builder applicationId(String applicationId)
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
- Parameters:
applicationId- The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentId
GetSegmentVersionRequest.Builder segmentId(String segmentId)
The unique identifier for the segment.
- Parameters:
segmentId- The unique identifier for the segment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
version
GetSegmentVersionRequest.Builder version(String version)
The unique version number (Version property) for the campaign version.
- Parameters:
version- The unique version number (Version property) for the campaign version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSegmentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSegmentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-