Interface ListVpcConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<ListVpcConfigurationsResponse.Builder,,ListVpcConfigurationsResponse> SdkBuilder<ListVpcConfigurationsResponse.Builder,,ListVpcConfigurationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListVpcConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListVpcConfigurationsResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConfigurationsResponse.Builder,ListVpcConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<VpcConfigurationSummary> items) A list of VPC configuration summaries.items(Consumer<VpcConfigurationSummary.Builder>... items) A list of VPC configuration summaries.items(VpcConfigurationSummary... items) A list of VPC configuration summaries.A pagination token to retrieve the next page of results, present when the total number of results exceeds the maximum number of results.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
A list of VPC configuration summaries.
- Parameters:
items- A list of VPC configuration summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of VPC configuration summaries.
- Parameters:
items- A list of VPC configuration summaries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
A list of VPC configuration summaries.
This is a convenience method that creates an instance of theVpcConfigurationSummary.Builderavoiding the need to create one manually viaVpcConfigurationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<VpcConfigurationSummary>).- Parameters:
items- a consumer that will call methods onVpcConfigurationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token to retrieve the next page of results, present when the total number of results exceeds the maximum number of results.
- Parameters:
nextToken- A pagination token to retrieve the next page of results, present when the total number of results exceeds the maximum number of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-