public static interface GetEndpointResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<GetEndpointResponse.Builder,GetEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEndpointResponse.Builder |
endpointResponse(Consumer<EndpointResponse.Builder> endpointResponse)
Sets the value of the EndpointResponse property for this object.
|
GetEndpointResponse.Builder |
endpointResponse(EndpointResponse endpointResponse)
Sets the value of the EndpointResponse property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetEndpointResponse.Builder endpointResponse(EndpointResponse endpointResponse)
endpointResponse - The new value for the EndpointResponse property for this object.default GetEndpointResponse.Builder endpointResponse(Consumer<EndpointResponse.Builder> endpointResponse)
EndpointResponse.Builder avoiding the need to
create one manually via EndpointResponse.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointResponse(EndpointResponse).endpointResponse - a consumer that will call methods on EndpointResponse.BuilderendpointResponse(EndpointResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.