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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEndpointAccessResponse.BuilderendpointAccessList(Collection<EndpointAccess> endpointAccessList)The list of endpoints with access to the cluster.DescribeEndpointAccessResponse.BuilderendpointAccessList(Consumer<EndpointAccess.Builder>... endpointAccessList)The list of endpoints with access to the cluster.DescribeEndpointAccessResponse.BuilderendpointAccessList(EndpointAccess... endpointAccessList)The list of endpoints with access to the cluster.DescribeEndpointAccessResponse.Buildermarker(String marker)An optional pagination token provided by a previousDescribeEndpointAccessrequest.-
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 Detail
-
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
DescribeEndpointAccessResponse.Builder endpointAccessList(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
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.Builderavoiding the need to create one manually viaEndpointAccess.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#endpointAccessList(List.) - 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:
#endpointAccessList(java.util.Collection)
-
marker
DescribeEndpointAccessResponse.Builder marker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAccessrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Parameters:
marker- An optional pagination token provided by a previousDescribeEndpointAccessrequest. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by theMaxRecordsparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-