Interface DescribeEndpointAccessResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeEndpointAccessResponse.Builder,
,DescribeEndpointAccessResponse> RedshiftResponse.Builder
,SdkBuilder<DescribeEndpointAccessResponse.Builder,
,DescribeEndpointAccessResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeEndpointAccessResponse
public static interface DescribeEndpointAccessResponse.Builder
extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointAccessResponse.Builder,DescribeEndpointAccessResponse>
-
Method Summary
Modifier and TypeMethodDescriptionendpointAccessList
(Collection<EndpointAccess> endpointAccessList) The list of endpoints with access to the cluster.endpointAccessList
(Consumer<EndpointAccess.Builder>... endpointAccessList) The list of endpoints with access to the cluster.endpointAccessList
(EndpointAccess... endpointAccessList) The list of endpoints with access to the cluster.An optional pagination token provided by a previousDescribeEndpointAccess
request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftResponse.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 Details
-
endpointAccessList
DescribeEndpointAccessResponse.Builder endpointAccessList(Collection<EndpointAccess> endpointAccessList) The list of endpoints with access to the cluster.
- Parameters:
endpointAccessList
- The list of endpoints with access to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointAccessList
The list of endpoints with access to the cluster.
- Parameters:
endpointAccessList
- The list of endpoints with access to the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointAccessList
DescribeEndpointAccessResponse.Builder endpointAccessList(Consumer<EndpointAccess.Builder>... endpointAccessList) The list of endpoints with access to the cluster.
This is a convenience method that creates an instance of theEndpointAccess.Builder
avoiding the need to create one manually viaEndpointAccess.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpointAccessList(List<EndpointAccess>)
.- Parameters:
endpointAccessList
- a consumer that will call methods onEndpointAccess.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
An optional pagination token provided by a previous
DescribeEndpointAccess
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecords
parameter.- Parameters:
marker
- An optional pagination token provided by a previousDescribeEndpointAccess
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecords
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-