public static interface ListConnectionsRequest.Builder extends EventBridgeRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsRequest.Builder |
connectionState(ConnectionState connectionState)
The state of the connection.
|
ListConnectionsRequest.Builder |
connectionState(String connectionState)
The state of the connection.
|
ListConnectionsRequest.Builder |
limit(Integer limit)
The maximum number of connections to return.
|
ListConnectionsRequest.Builder |
namePrefix(String namePrefix)
A name prefix to filter results returned.
|
ListConnectionsRequest.Builder |
nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectionsRequest.Builder namePrefix(String namePrefix)
A name prefix to filter results returned. Only connections with a name that starts with the prefix are returned.
namePrefix - A name prefix to filter results returned. Only connections with a name that starts with the prefix are
returned.ListConnectionsRequest.Builder connectionState(String connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateListConnectionsRequest.Builder connectionState(ConnectionState connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateListConnectionsRequest.Builder nextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.ListConnectionsRequest.Builder limit(Integer limit)
The maximum number of connections to return.
limit - The maximum number of connections to return.ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.