public static interface CreateEndpointGroupResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<CreateEndpointGroupResponse.Builder,CreateEndpointGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointGroupResponse.Builder |
endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was created.
|
CreateEndpointGroupResponse.Builder |
endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateEndpointGroupResponse.Builder endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
endpointGroup - The information about the endpoint group that was created.default CreateEndpointGroupResponse.Builder endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was created.
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.