Interface DescribeRouteServerEndpointsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRouteServerEndpointsResponse.Builder,,DescribeRouteServerEndpointsResponse> Ec2Response.Builder,SdkBuilder<DescribeRouteServerEndpointsResponse.Builder,,DescribeRouteServerEndpointsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeRouteServerEndpointsResponse
@Mutable
@NotThreadSafe
public static interface DescribeRouteServerEndpointsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeRouteServerEndpointsResponse.Builder,DescribeRouteServerEndpointsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.routeServerEndpoints(Collection<RouteServerEndpoint> routeServerEndpoints) Information about the described route server endpoints.routeServerEndpoints(Consumer<RouteServerEndpoint.Builder>... routeServerEndpoints) Information about the described route server endpoints.routeServerEndpoints(RouteServerEndpoint... routeServerEndpoints) Information about the described route server endpoints.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
routeServerEndpoints
DescribeRouteServerEndpointsResponse.Builder routeServerEndpoints(Collection<RouteServerEndpoint> routeServerEndpoints) Information about the described route server endpoints.
- Parameters:
routeServerEndpoints- Information about the described route server endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeServerEndpoints
DescribeRouteServerEndpointsResponse.Builder routeServerEndpoints(RouteServerEndpoint... routeServerEndpoints) Information about the described route server endpoints.
- Parameters:
routeServerEndpoints- Information about the described route server endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeServerEndpoints
DescribeRouteServerEndpointsResponse.Builder routeServerEndpoints(Consumer<RouteServerEndpoint.Builder>... routeServerEndpoints) Information about the described route server endpoints.
This is a convenience method that creates an instance of theRouteServerEndpoint.Builderavoiding the need to create one manually viaRouteServerEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouteServerEndpoints(List<RouteServerEndpoint>).- Parameters:
routeServerEndpoints- a consumer that will call methods onRouteServerEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-