Interface ListConnectionsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CodeStarConnectionsRequest.Builder,- CopyableBuilder<ListConnectionsRequest.Builder,,- ListConnectionsRequest> - SdkBuilder<ListConnectionsRequest.Builder,,- ListConnectionsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListConnectionsRequest
@Mutable
@NotThreadSafe
public static interface ListConnectionsRequest.Builder
extends CodeStarConnectionsRequest.Builder, SdkPojo, CopyableBuilder<ListConnectionsRequest.Builder,ListConnectionsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionhostArnFilter(String hostArnFilter) Filters the list of connections to those associated with a specified host.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token that was returned from the previousListConnectionscall, which can be used to return the next set of connections in the list.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.providerTypeFilter(String providerTypeFilter) Filters the list of connections to those associated with a specified provider, such as Bitbucket.providerTypeFilter(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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.codestarconnections.model.CodeStarConnectionsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
providerTypeFilterFilters 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:
 
- 
providerTypeFilterFilters 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:
 
- 
hostArnFilterFilters 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.
 
- 
maxResultsThe 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 returned- nextTokenvalue.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe 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 previous- ListConnectionscall, 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.
 
- 
overrideConfigurationListConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-