Interface ListVpcConfigurationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<ListVpcConfigurationsRequest.Builder,,ListVpcConfigurationsRequest> SdkBuilder<ListVpcConfigurationsRequest.Builder,,ListVpcConfigurationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListVpcConfigurationsRequest
@Mutable
@NotThreadSafe
public static interface ListVpcConfigurationsRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<ListVpcConfigurationsRequest.Builder,ListVpcConfigurationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionknowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base whose VPC configurations you want to list.maxResults(Integer maxResults) The maximum number of results to return in the response.A pagination token to retrieve the next page of results, returned in a previous response when more results are available.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.statusFilter(String statusFilter) The status to filter the results by.statusFilter(VpcConfigurationStatus statusFilter) The status to filter the results by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
knowledgeBaseId
The unique identifier of the knowledge base whose VPC configurations you want to list.
- Parameters:
knowledgeBaseId- The unique identifier of the knowledge base whose VPC configurations you want to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFilter
The status to filter the results by. Only VPC configurations with the specified status are returned.
- Parameters:
statusFilter- The status to filter the results by. Only VPC configurations with the specified status are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusFilter
The status to filter the results by. Only VPC configurations with the specified status are returned.
- Parameters:
statusFilter- The status to filter the results by. Only VPC configurations with the specified status are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
maxResults
The maximum number of results to return in the response. If more results are available, the response returns a
nextToken.- Parameters:
maxResults- The maximum number of results to return in the response. If more results are available, the response returns anextToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
A pagination token to retrieve the next page of results, returned in a previous response when more results are available.
- Parameters:
nextToken- A pagination token to retrieve the next page of results, returned in a previous response when more results are available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListVpcConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListVpcConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-