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)
Add an optional request override configuration.
|
ListConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListConnectionsRequest.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
,
ProviderType
ListConnectionsRequest.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
,
ProviderType
ListConnectionsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListConnectionsRequest.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.