Interface UpdateEndpointGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEndpointGroupResponse.Builder,UpdateEndpointGroupResponse>,GlobalAcceleratorResponse.Builder,SdkBuilder<UpdateEndpointGroupResponse.Builder,UpdateEndpointGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEndpointGroupResponse
public static interface UpdateEndpointGroupResponse.Builder extends GlobalAcceleratorResponse.Builder, SdkPojo, CopyableBuilder<UpdateEndpointGroupResponse.Builder,UpdateEndpointGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateEndpointGroupResponse.BuilderendpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)The information about the endpoint group that was updated.UpdateEndpointGroupResponse.BuilderendpointGroup(EndpointGroup endpointGroup)The information about the endpoint group that was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.globalaccelerator.model.GlobalAcceleratorResponse.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
-
endpointGroup
UpdateEndpointGroupResponse.Builder endpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was updated.
- Parameters:
endpointGroup- The information about the endpoint group that was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointGroup
default UpdateEndpointGroupResponse.Builder endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was updated.
This is a convenience method that creates an instance of theEndpointGroup.Builderavoiding the need to create one manually viaEndpointGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointGroup(EndpointGroup).- Parameters:
endpointGroup- a consumer that will call methods onEndpointGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endpointGroup(EndpointGroup)
-
-