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