Interface ListConnectionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeConnectionsRequest.Builder,CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>,SdkBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConnectionsRequest
public static interface ListConnectionsRequest.Builder extends CodeConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConnectionsRequest.BuilderhostArnFilter(String hostArnFilter)Filters the list of connections to those associated with a specified host.ListConnectionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in a single call.ListConnectionsRequest.BuildernextToken(String nextToken)The token that was returned from the previousListConnectionscall, which can be used to return the next set of connections in the list.ListConnectionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConnectionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListConnectionsRequest.BuilderproviderTypeFilter(String providerTypeFilter)Filters the list of connections to those associated with a specified provider, such as Bitbucket.ListConnectionsRequest.BuilderproviderTypeFilter(ProviderType providerTypeFilter)Filters the list of connections to those associated with a specified provider, such as Bitbucket.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codeconnections.model.CodeConnectionsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
providerTypeFilter
ListConnectionsRequest.Builder providerTypeFilter(String providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
- Parameters:
providerTypeFilter- Filters the list of connections to those associated with a specified provider, such as Bitbucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProviderType,ProviderType
-
providerTypeFilter
ListConnectionsRequest.Builder providerTypeFilter(ProviderType providerTypeFilter)
Filters the list of connections to those associated with a specified provider, such as Bitbucket.
- Parameters:
providerTypeFilter- Filters the list of connections to those associated with a specified provider, such as Bitbucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProviderType,ProviderType
-
hostArnFilter
ListConnectionsRequest.Builder hostArnFilter(String hostArnFilter)
Filters the list of connections to those associated with a specified host.
- Parameters:
hostArnFilter- Filters the list of connections to those associated with a specified host.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
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
nextTokenvalue.- Parameters:
maxResults- The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returnednextTokenvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListConnectionsRequest.Builder nextToken(String nextToken)
The token that was returned from the previous
ListConnectionscall, which can be used to return the next set of connections in the list.- Parameters:
nextToken- The token that was returned from the previousListConnectionscall, which can be used to return the next set of connections in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-