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 method that creates an instance of theEndpointAccess.Builder avoiding the need to create one
manually via EndpointAccess.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #endpointAccessList(List.
endpointAccessList - a consumer that will call methods on
EndpointAccess.Builder#endpointAccessList(java.util.Collection) 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 © 2023. All rights reserved.