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