public static interface GetConnectionsRequest.Builder extends GlueRequest.Builder, SdkPojo, 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 are returned.
|
GetConnectionsRequest.Builder |
filter(GetConnectionsFilter filter)
A filter that controls which connections are returned.
|
GetConnectionsRequest.Builder |
hidePassword(Boolean hidePassword)
Allows you to retrieve the connection metadata without returning the password.
|
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) |
GetConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectionsRequest.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.
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.GetConnectionsRequest.Builder filter(GetConnectionsFilter filter)
A filter that controls which connections are returned.
filter - A filter that controls which connections are returned.default GetConnectionsRequest.Builder filter(Consumer<GetConnectionsFilter.Builder> filter)
A filter that controls which connections are returned.
This is a convenience method 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.Builderfilter(GetConnectionsFilter)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.
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.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)
overrideConfiguration in interface AwsRequest.BuilderGetConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.