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