public static interface DescribeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointAccessRequest.Builder,DescribeEndpointAccessRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointAccessRequest.Builder |
clusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
|
DescribeEndpointAccessRequest.Builder |
endpointName(String endpointName)
The name of the endpoint to be described.
|
DescribeEndpointAccessRequest.Builder |
marker(String marker)
An optional pagination token provided by a previous
DescribeEndpointAccess request. |
DescribeEndpointAccessRequest.Builder |
maxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
DescribeEndpointAccessRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEndpointAccessRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEndpointAccessRequest.Builder |
resourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster.
|
DescribeEndpointAccessRequest.Builder |
vpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)
The cluster identifier associated with the described endpoint.
clusterIdentifier - The cluster identifier associated with the described endpoint.DescribeEndpointAccessRequest.Builder resourceOwner(String resourceOwner)
The Amazon Web Services account ID of the owner of the cluster.
resourceOwner - The Amazon Web Services account ID of the owner of the cluster.DescribeEndpointAccessRequest.Builder endpointName(String endpointName)
The name of the endpoint to be described.
endpointName - The name of the endpoint to be described.DescribeEndpointAccessRequest.Builder vpcId(String vpcId)
The virtual private cloud (VPC) identifier with access to the cluster.
vpcId - The virtual private cloud (VPC) identifier with access to the cluster.DescribeEndpointAccessRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a Marker is included in the response so
that the remaining results can be retrieved.
maxRecords - The maximum number of records to include in the response. If more records exist than the specified
MaxRecords value, a pagination token called a Marker is included in the
response so that the remaining results can be retrieved.DescribeEndpointAccessRequest.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.DescribeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEndpointAccessRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.