public static interface UpdateEndpointGroupResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateEndpointGroupResponse.Builder,UpdateEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateEndpointGroupResponse.Builder |
endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was updated.
|
UpdateEndpointGroupResponse.Builder |
endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateEndpointGroupResponse.Builder endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
endpointGroup - The information about the endpoint group that was updated.default UpdateEndpointGroupResponse.Builder endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was updated.
This is a convenience that creates an instance of theEndpointGroup.Builder avoiding the need to
create one manually via EndpointGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to endpointGroup(EndpointGroup).endpointGroup - a consumer that will call methods on EndpointGroup.BuilderendpointGroup(EndpointGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.