Interface GetApnsChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApnsChannelResponse.Builder,GetApnsChannelResponse>,PinpointResponse.Builder,SdkBuilder<GetApnsChannelResponse.Builder,GetApnsChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApnsChannelResponse
public static interface GetApnsChannelResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetApnsChannelResponse.Builder,GetApnsChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetApnsChannelResponse.BuilderapnsChannelResponse(Consumer<APNSChannelResponse.Builder> apnsChannelResponse)Sets the value of the APNSChannelResponse property for this object.GetApnsChannelResponse.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
GetApnsChannelResponse.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 GetApnsChannelResponse.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)
-
-