Interface ListPrivateGraphEndpointsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListPrivateGraphEndpointsResponse.Builder,
,ListPrivateGraphEndpointsResponse> NeptuneGraphResponse.Builder
,SdkBuilder<ListPrivateGraphEndpointsResponse.Builder,
,ListPrivateGraphEndpointsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListPrivateGraphEndpointsResponse
-
Method Summary
Modifier and TypeMethodDescriptionPagination token used to paginate output.privateGraphEndpoints
(Collection<PrivateGraphEndpointSummary> privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.privateGraphEndpoints
(Consumer<PrivateGraphEndpointSummary.Builder>... privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.privateGraphEndpoints
(PrivateGraphEndpointSummary... privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptunegraph.model.NeptuneGraphResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
privateGraphEndpoints
ListPrivateGraphEndpointsResponse.Builder privateGraphEndpoints(Collection<PrivateGraphEndpointSummary> privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.
- Parameters:
privateGraphEndpoints
- A list of private endpoints for the specified Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateGraphEndpoints
ListPrivateGraphEndpointsResponse.Builder privateGraphEndpoints(PrivateGraphEndpointSummary... privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.
- Parameters:
privateGraphEndpoints
- A list of private endpoints for the specified Neptune Analytics graph.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateGraphEndpoints
ListPrivateGraphEndpointsResponse.Builder privateGraphEndpoints(Consumer<PrivateGraphEndpointSummary.Builder>... privateGraphEndpoints) A list of private endpoints for the specified Neptune Analytics graph.
This is a convenience method that creates an instance of thePrivateGraphEndpointSummary.Builder
avoiding the need to create one manually viaPrivateGraphEndpointSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toprivateGraphEndpoints(List<PrivateGraphEndpointSummary>)
.- Parameters:
privateGraphEndpoints
- a consumer that will call methods onPrivateGraphEndpointSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token used to paginate output.
When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Parameters:
nextToken
- Pagination token used to paginate output.When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-