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