Interface UpdateJourneyRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateJourneyRequest.Builder,,- UpdateJourneyRequest> - PinpointRequest.Builder,- SdkBuilder<UpdateJourneyRequest.Builder,,- UpdateJourneyRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateJourneyRequest
@Mutable
@NotThreadSafe
public static interface UpdateJourneyRequest.Builder
extends PinpointRequest.Builder, SdkPojo, CopyableBuilder<UpdateJourneyRequest.Builder,UpdateJourneyRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier for the application.The unique identifier for the journey.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateJourneyRequest.BuilderwriteJourneyRequest(Consumer<WriteJourneyRequest.Builder> writeJourneyRequest) Sets the value of the WriteJourneyRequest property for this object.writeJourneyRequest(WriteJourneyRequest writeJourneyRequest) Sets the value of the WriteJourneyRequest property for this object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationIdThe 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.
 
- 
journeyIdThe 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.
 
- 
writeJourneyRequestSets the value of the WriteJourneyRequest property for this object.- Parameters:
- writeJourneyRequest- The new value for the WriteJourneyRequest property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
writeJourneyRequestdefault UpdateJourneyRequest.Builder writeJourneyRequest(Consumer<WriteJourneyRequest.Builder> writeJourneyRequest) Sets the value of the WriteJourneyRequest property for this object. This is a convenience method that creates an instance of theWriteJourneyRequest.Builderavoiding the need to create one manually viaWriteJourneyRequest.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towriteJourneyRequest(WriteJourneyRequest).- Parameters:
- writeJourneyRequest- a consumer that will call methods on- WriteJourneyRequest.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateJourneyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateJourneyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-