public static interface ListConnectionsRequest.Builder extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsRequest.Builder |
hostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
|
ListConnectionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListConnectionsRequest.Builder |
nextToken(String nextToken)
The token that was returned from the previous
ListConnections call, which can be used to return
the next set of connections in the list. |
ListConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListConnectionsRequest.Builder |
providerTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
ListConnectionsRequest.Builder |
providerTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConnectionsRequest.Builder providerTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
providerTypeFilter - Filters the list of connections to those associated with a specified provider, such as Bitbucket.ProviderType,
ProviderTypeListConnectionsRequest.Builder providerTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
providerTypeFilter - Filters the list of connections to those associated with a specified provider, such as Bitbucket.ProviderType,
ProviderTypeListConnectionsRequest.Builder hostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
hostArnFilter - Filters the list of connections to those associated with a specified host.ListConnectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned nextToken value.ListConnectionsRequest.Builder nextToken(String nextToken)
The token that was returned from the previous ListConnections call, which can be used to return
the next set of connections in the list.
nextToken - The token that was returned from the previous ListConnections call, which can be used to
return the next set of connections in the list.ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.