public static interface DescribeEndpointAccessResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointAccessResponse.Builder,DescribeEndpointAccessResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAccessResponse.Builder |
endpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResponse.Builder |
endpointAccessList(Consumer<EndpointAccess.Builder>... endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResponse.Builder |
endpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
|
DescribeEndpointAccessResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointAccessResponse.Builder endpointAccessList(Collection<EndpointAccess> endpointAccessList)
The list of endpoints with access to the cluster.
endpointAccessList - The list of endpoints with access to the cluster.DescribeEndpointAccessResponse.Builder endpointAccessList(EndpointAccess... endpointAccessList)
The list of endpoints with access to the cluster.
endpointAccessList - The list of endpoints with access to the cluster.DescribeEndpointAccessResponse.Builder endpointAccessList(Consumer<EndpointAccess.Builder>... endpointAccessList)
The list of endpoints with access to the cluster.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #endpointAccessList(List) .endpointAccessList - a consumer that will call methods on List.Builder #endpointAccessList(List) DescribeEndpointAccessResponse.Builder marker(String 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
the MaxRecords parameter.
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 the MaxRecords parameter.Copyright © 2021. All rights reserved.