public static interface GetConnectionsRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetConnectionsRequest.Builder,GetConnectionsRequest>
Modifier and Type | Method and Description |
---|---|
GetConnectionsRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which the connections reside.
|
default GetConnectionsRequest.Builder |
filter(Consumer<GetConnectionsFilter.Builder> filter)
A filter that controls which connections will be returned.
|
GetConnectionsRequest.Builder |
filter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
|
GetConnectionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of connections to return in one response.
|
GetConnectionsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetConnectionsRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog in which the connections reside. If none is supplied, the AWS account ID is
used by default.GetConnectionsRequest.Builder filter(GetConnectionsFilter filter)
A filter that controls which connections will be returned.
filter
- A filter that controls which connections will be returned.default GetConnectionsRequest.Builder filter(Consumer<GetConnectionsFilter.Builder> filter)
A filter that controls which connections will be returned.
This is a convenience that creates an instance of theGetConnectionsFilter.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)
.filter
- a consumer that will call methods on GetConnectionsFilter.Builder
filter(GetConnectionsFilter)
GetConnectionsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken
- A continuation token, if this is a continuation call.GetConnectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of connections to return in one response.
maxResults
- The maximum number of connections to return in one response.GetConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.