public static interface DescribeEndpointAuthorizationResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointAuthorizationResponse.Builder,DescribeEndpointAuthorizationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAuthorizationResponse.Builder |
endpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResponse.Builder |
endpointAuthorizationList(Consumer<EndpointAuthorization.Builder>... endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResponse.Builder |
endpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
|
DescribeEndpointAuthorizationResponse.Builder |
marker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAuthorization request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointAuthorizationResponse.Builder endpointAuthorizationList(Collection<EndpointAuthorization> endpointAuthorizationList)
The authorizations to an endpoint.
endpointAuthorizationList - The authorizations to an endpoint.DescribeEndpointAuthorizationResponse.Builder endpointAuthorizationList(EndpointAuthorization... endpointAuthorizationList)
The authorizations to an endpoint.
endpointAuthorizationList - The authorizations to an endpoint.DescribeEndpointAuthorizationResponse.Builder endpointAuthorizationList(Consumer<EndpointAuthorization.Builder>... endpointAuthorizationList)
The authorizations to an endpoint.
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 #endpointAuthorizationList(List) .endpointAuthorizationList - a consumer that will call methods on List.Builder #endpointAuthorizationList(List) DescribeEndpointAuthorizationResponse.Builder marker(String marker)
An optional pagination token provided by a previous DescribeEndpointAuthorization 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 DescribeEndpointAuthorization
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.