Interface UpdateJourneyStateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateJourneyStateRequest.Builder,UpdateJourneyStateRequest>,PinpointRequest.Builder,SdkBuilder<UpdateJourneyStateRequest.Builder,UpdateJourneyStateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateJourneyStateRequest
public static interface UpdateJourneyStateRequest.Builder extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateJourneyStateRequest.Builder,UpdateJourneyStateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateJourneyStateRequest.BuilderapplicationId(String applicationId)The unique identifier for the application.UpdateJourneyStateRequest.BuilderjourneyId(String journeyId)The unique identifier for the journey.default UpdateJourneyStateRequest.BuilderjourneyStateRequest(Consumer<JourneyStateRequest.Builder> journeyStateRequest)Sets the value of the JourneyStateRequest property for this object.UpdateJourneyStateRequest.BuilderjourneyStateRequest(JourneyStateRequest journeyStateRequest)Sets the value of the JourneyStateRequest property for this object.UpdateJourneyStateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateJourneyStateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
UpdateJourneyStateRequest.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.
-
journeyId
UpdateJourneyStateRequest.Builder journeyId(String journeyId)
The unique identifier for the journey.
- Parameters:
journeyId- The unique identifier for the journey.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journeyStateRequest
UpdateJourneyStateRequest.Builder journeyStateRequest(JourneyStateRequest journeyStateRequest)
Sets the value of the JourneyStateRequest property for this object.- Parameters:
journeyStateRequest- The new value for the JourneyStateRequest property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
journeyStateRequest
default UpdateJourneyStateRequest.Builder journeyStateRequest(Consumer<JourneyStateRequest.Builder> journeyStateRequest)
Sets the value of the JourneyStateRequest property for this object. This is a convenience method that creates an instance of theJourneyStateRequest.Builderavoiding the need to create one manually viaJourneyStateRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojourneyStateRequest(JourneyStateRequest).- Parameters:
journeyStateRequest- a consumer that will call methods onJourneyStateRequest.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
journeyStateRequest(JourneyStateRequest)
-
overrideConfiguration
UpdateJourneyStateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateJourneyStateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-