Interface ListResourceConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListResourceConfigurationsResponse.Builder,
,ListResourceConfigurationsResponse> SdkBuilder<ListResourceConfigurationsResponse.Builder,
,ListResourceConfigurationsResponse> SdkPojo
,SdkResponse.Builder
,VpcLatticeResponse.Builder
- Enclosing class:
ListResourceConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListResourceConfigurationsResponse.Builder
extends VpcLatticeResponse.Builder, SdkPojo, CopyableBuilder<ListResourceConfigurationsResponse.Builder,ListResourceConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the resource configurations.items
(Consumer<ResourceConfigurationSummary.Builder>... items) Information about the resource configurations.items
(ResourceConfigurationSummary... items) Information about the resource configurations.If there are additional results, a pagination token for the next page of results.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.vpclattice.model.VpcLatticeResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
items
Information about the resource configurations.
- Parameters:
items
- Information about the resource configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
Information about the resource configurations.
- Parameters:
items
- Information about the resource configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListResourceConfigurationsResponse.Builder items(Consumer<ResourceConfigurationSummary.Builder>... items) Information about the resource configurations.
This is a convenience method that creates an instance of theResourceConfigurationSummary.Builder
avoiding the need to create one manually viaResourceConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<ResourceConfigurationSummary>)
.- Parameters:
items
- a consumer that will call methods onResourceConfigurationSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If there are additional results, a pagination token for the next page of results.
- Parameters:
nextToken
- If there are additional results, a pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-