Interface GetGcmChannelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetGcmChannelResponse.Builder,GetGcmChannelResponse>,PinpointResponse.Builder,SdkBuilder<GetGcmChannelResponse.Builder,GetGcmChannelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetGcmChannelResponse
public static interface GetGcmChannelResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetGcmChannelResponse.Builder,GetGcmChannelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetGcmChannelResponse.BuildergcmChannelResponse(Consumer<GCMChannelResponse.Builder> gcmChannelResponse)Sets the value of the GCMChannelResponse property for this object.GetGcmChannelResponse.BuildergcmChannelResponse(GCMChannelResponse gcmChannelResponse)Sets the value of the GCMChannelResponse 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
-
gcmChannelResponse
GetGcmChannelResponse.Builder gcmChannelResponse(GCMChannelResponse gcmChannelResponse)
Sets the value of the GCMChannelResponse property for this object.- Parameters:
gcmChannelResponse- The new value for the GCMChannelResponse property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gcmChannelResponse
default GetGcmChannelResponse.Builder gcmChannelResponse(Consumer<GCMChannelResponse.Builder> gcmChannelResponse)
Sets the value of the GCMChannelResponse property for this object. This is a convenience method that creates an instance of theGCMChannelResponse.Builderavoiding the need to create one manually viaGCMChannelResponse.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togcmChannelResponse(GCMChannelResponse).- Parameters:
gcmChannelResponse- a consumer that will call methods onGCMChannelResponse.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
gcmChannelResponse(GCMChannelResponse)
-
-