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