Interface UpdateApnsChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApnsChannelResponse.Builder,UpdateApnsChannelResponse>,PinpointResponse.Builder,SdkBuilder<UpdateApnsChannelResponse.Builder,UpdateApnsChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateApnsChannelResponse
public static interface UpdateApnsChannelResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<UpdateApnsChannelResponse.Builder,UpdateApnsChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateApnsChannelResponse.BuilderapnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.UpdateApnsChannelResponse.BuilderapnsChannelResponse(APNSChannelResponse apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpoint.model.PinpointResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
apnsChannelResponse
UpdateApnsChannelResponse.Builder apnsChannelResponse(APNSChannelResponse apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object.- Parameters:
apnsChannelResponse- The new value for the APNSChannelResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apnsChannelResponse
default UpdateApnsChannelResponse.Builder apnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)
Sets the value of the APNSChannelResponse property for this object. This is a convenience method that creates an instance of theAPNSChannelResponse.Builderavoiding the need to create one manually viaAPNSChannelResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapnsChannelResponse(APNSChannelResponse).- Parameters:
apnsChannelResponse- a consumer that will call methods onAPNSChannelResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
apnsChannelResponse(APNSChannelResponse)
-
-