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