Interface GetConnectionsRequest.Builder

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

public static interface GetConnectionsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetConnectionsRequest.Builder,GetConnectionsRequest>
  • Method Details

    • catalogId

      GetConnectionsRequest.Builder catalogId(String catalogId)

      The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.

      Parameters:
      catalogId - The ID of the Data Catalog in which the connections reside. If none is provided, the Amazon Web Services account ID is used by default.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      A filter that controls which connections are returned.

      Parameters:
      filter - A filter that controls which connections are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filter

      A filter that controls which connections are returned.

      This is a convenience method that creates an instance of the GetConnectionsFilter.Builder avoiding the need to create one manually via GetConnectionsFilter.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to filter(GetConnectionsFilter).

      Parameters:
      filter - a consumer that will call methods on GetConnectionsFilter.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hidePassword

      GetConnectionsRequest.Builder hidePassword(Boolean hidePassword)

      Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.

      Parameters:
      hidePassword - Allows you to retrieve the connection metadata without returning the password. For instance, the Glue console uses this flag to retrieve the connection, and does not display the password. Set this parameter when the caller might not have permission to use the KMS key to decrypt the password, but it does have permission to access the rest of the connection properties.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      GetConnectionsRequest.Builder nextToken(String nextToken)

      A continuation token, if this is a continuation call.

      Parameters:
      nextToken - A continuation token, if this is a continuation call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      GetConnectionsRequest.Builder maxResults(Integer maxResults)

      The maximum number of connections to return in one response.

      Parameters:
      maxResults - The maximum number of connections to return in one response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetConnectionsRequest.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.