Interface DescribeEndpointAccessRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeEndpointAccessRequest.Builder,DescribeEndpointAccessRequest>, RedshiftRequest.Builder, SdkBuilder<DescribeEndpointAccessRequest.Builder,DescribeEndpointAccessRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeEndpointAccessRequest

public static interface DescribeEndpointAccessRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeEndpointAccessRequest.Builder,DescribeEndpointAccessRequest>
  • Method Details

    • clusterIdentifier

      DescribeEndpointAccessRequest.Builder clusterIdentifier(String clusterIdentifier)

      The cluster identifier associated with the described endpoint.

      Parameters:
      clusterIdentifier - The cluster identifier associated with the described endpoint.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceOwner

      DescribeEndpointAccessRequest.Builder resourceOwner(String resourceOwner)

      The Amazon Web Services account ID of the owner of the cluster.

      Parameters:
      resourceOwner - The Amazon Web Services account ID of the owner of the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointName

      DescribeEndpointAccessRequest.Builder endpointName(String endpointName)

      The name of the endpoint to be described.

      Parameters:
      endpointName - The name of the endpoint to be described.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The virtual private cloud (VPC) identifier with access to the cluster.

      Parameters:
      vpcId - The virtual private cloud (VPC) identifier with access to the cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      DescribeEndpointAccessRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.